Html Css Color HEX #BDB35B Gimblet

📋 copy color: '#BDB35B'

red 189 ◦ green 179 ◦ blue 91

#BDB35B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #BDB35B

Tints of Gimblet #BDB35B

RGB

 RED value IS 189 (74.22% from 255) = 41.18%

 GREEN value IS 179 (70.31% from 255) = 39%

 BLUE value IS 91 (35.94% from 255) = 19.83%

R = 41.18%
G = 39%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDB35B (or 0xBDB35B) is known color: Gimblet. HEX triplet: BD, B3 and 5B. RGB value is (189,179,91). Sum of RGB (Red+Green+Blue) = 189+179+91=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB35B is #424CA4. Grayscale: #ACACAC. Windows color (decimal): -4344997 or 6009789. OLE color: 6009789.

HSL color Cylindrical-coordinate representation of color #BDB35B: hue angle of 53.88º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDB35B is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 91 -
CMYK 0 0.05 0.52 0.26
HSL 53.88º 0.43% 0.55% -
HSV(B) 53.88º 0.52% 0.74% -
XYZ 38.99 43.81 16.3 -
YUV 171.96 82.31 140.16 -
System Red Green Blue C M Y K H S L
Decimal 189 179 91 0 0.05 0.52 0.26 53.88 0.43 0.55
Hex BD B3 5B 0 5 34 1A 36 2B 37
Octal 275 263 133 0 5 64 32 66 53 67
Binary 10111101 10110011 1011011 0 101 110100 11010 110110 101011 110111

Color Harmonies of #BDB35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB35B

Black with #BDB35B

Text Example


Text Example

White with #BDB35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB35B; }

 p { color: rgb(189,179,91); }

 H1.HeaderClassName
 {
   color: #BDB35B;
 }
 .AnyTagClassName
 {
   color: #BDB35B;
 }
</style>

background-color css

<style>
 a { background-color: #BDB35B; }

 a { background-color: rgb(189,179,91); }

 div.DivClassName
 {
   background-color: #BDB35B;
 }
 .BgClassName
 {
   background-color: #BDB35B;
 }
</style>

border-color css

<style>
 span { border-color: #BDB35B; }

 span { border-color: rgb(189,179,91); }

 td.TdClassName
 {
   border-color: #BDB35B;
 }
 .TagClassName
 {
   border-color: #BDB35B;
 }
</style>