Html Css Color HEX #BDB05B Gimblet

📋 copy color: '#BDB05B'

red 189 ◦ green 176 ◦ blue 91

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

Shades of Gimblet #BDB05B

Tints of Gimblet #BDB05B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.6%

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

R = 41.45%
G = 38.6%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BDB05B (or 0xBDB05B) is known color: Gimblet. HEX triplet: BD, B0 and 5B. RGB value is (189,176,91). Sum of RGB (Red+Green+Blue) = 189+176+91=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB05B is #424FA4. Grayscale: #AAAAAA. Windows color (decimal): -4345765 or 6009021. OLE color: 6009021.

HSL color Cylindrical-coordinate representation of color #BDB05B: hue angle of 52.04º 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 #BDB05B is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 91 -
CMYK 0 0.07 0.52 0.26
HSL 52.04º 0.43% 0.55% -
HSV(B) 52.04º 0.52% 0.74% -
XYZ 38.4 42.62 16.1 -
YUV 170.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 189 176 91 0 0.07 0.52 0.26 52.04 0.43 0.55
Hex BD B0 5B 0 7 34 1A 34 2B 37
Octal 275 260 133 0 7 64 32 64 53 67
Binary 10111101 10110000 1011011 0 111 110100 11010 110100 101011 110111

Color Harmonies of #BDB05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB05B

Black with #BDB05B

Text Example


Text Example

White with #BDB05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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