Html Css Color HEX #BBBD70 Dark Khaki

📋 copy color: '#BBBD70'

red 187 ◦ green 189 ◦ blue 112

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

Shades of Dark Khaki #BBBD70

Tints of Dark Khaki #BBBD70

RGB

 RED value IS 187 (73.44% from 255) = 38.32%

 GREEN value IS 189 (74.22% from 255) = 38.73%

 BLUE value IS 112 (44.14% from 255) = 22.95%

R = 38.32%
G = 38.73%
B = 22.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BBBD70 (or 0xBBBD70) is known color: Dark Khaki. HEX triplet: BB, BD and 70. RGB value is (187,189,112). Sum of RGB (Red+Green+Blue) = 187+189+112=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD70 is #44428F. Grayscale: #B3B3B3. Windows color (decimal): -4473488 or 7388603. OLE color: 7388603.

HSL color Cylindrical-coordinate representation of color #BBBD70: hue angle of 61.56º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBBD70 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 189 112 -
CMYK 0.01 0 0.41 0.26
HSL 61.56º 0.37% 0.59% -
HSV(B) 61.56º 0.41% 0.74% -
XYZ 41.62 48.13 22.43 -
YUV 179.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 187 189 112 0.01 0 0.41 0.26 61.56 0.37 0.59
Hex BB BD 70 1 0 29 1A 3E 25 3B
Octal 273 275 160 1 0 51 32 76 45 73
Binary 10111011 10111101 1110000 1 0 101001 11010 111110 100101 111011

Color Harmonies of #BBBD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD70

Black with #BBBD70

Text Example


Text Example

White with #BBBD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD70; }

 p { color: rgb(187,189,112); }

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

background-color css

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

 a { background-color: rgb(187,189,112); }

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

border-color css

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

 span { border-color: rgb(187,189,112); }

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