Html Css Color HEX #BBB26A Dark Khaki

📋 copy color: '#BBB26A'

red 187 ◦ green 178 ◦ blue 106

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

Shades of Dark Khaki #BBB26A

Tints of Dark Khaki #BBB26A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.79%

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 39.7%
G = 37.79%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BBB26A (or 0xBBB26A) is known color: Dark Khaki. HEX triplet: BB, B2 and 6A. RGB value is (187,178,106). Sum of RGB (Red+Green+Blue) = 187+178+106=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB26A is #444D95. Grayscale: #ACACAC. Windows color (decimal): -4476310 or 6992571. OLE color: 6992571.

HSL color Cylindrical-coordinate representation of color #BBB26A: hue angle of 53.33º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBB26A is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 178 106 -
CMYK 0 0.05 0.43 0.27
HSL 53.33º 0.37% 0.57% -
HSV(B) 53.33º 0.43% 0.73% -
XYZ 39.02 43.45 19.97 -
YUV 172.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 187 178 106 0 0.05 0.43 0.27 53.33 0.37 0.57
Hex BB B2 6A 0 5 2B 1B 35 25 39
Octal 273 262 152 0 5 53 33 65 45 71
Binary 10111011 10110010 1101010 0 101 101011 11011 110101 100101 111001

Color Harmonies of #BBB26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB26A

Black with #BBB26A

Text Example


Text Example

White with #BBB26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB26A; }

 p { color: rgb(187,178,106); }

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

background-color css

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

 a { background-color: rgb(187,178,106); }

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

border-color css

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

 span { border-color: rgb(187,178,106); }

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