Html Css Color HEX #BBB57A Dark Khaki

📋 copy color: '#BBB57A'

red 187 ◦ green 181 ◦ blue 122

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

Shades of Dark Khaki #BBB57A

Tints of Dark Khaki #BBB57A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.94%

 BLUE value IS 122 (48.05% from 255) = 24.9%

R = 38.16%
G = 36.94%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BBB57A (or 0xBBB57A) is known color: Dark Khaki. HEX triplet: BB, B5 and 7A. RGB value is (187,181,122). Sum of RGB (Red+Green+Blue) = 187+181+122=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB57A is #444A85. Grayscale: #B0B0B0. Windows color (decimal): -4475526 or 8041915. OLE color: 8041915.

HSL color Cylindrical-coordinate representation of color #BBB57A: hue angle of 54.46º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBB57A is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 181 122 -
CMYK 0 0.03 0.35 0.27
HSL 54.46º 0.32% 0.61% -
HSV(B) 54.46º 0.35% 0.73% -
XYZ 40.53 45.02 24.97 -
YUV 176.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 187 181 122 0 0.03 0.35 0.27 54.46 0.32 0.61
Hex BB B5 7A 0 3 23 1B 36 20 3D
Octal 273 265 172 0 3 43 33 66 40 75
Binary 10111011 10110101 1111010 0 11 100011 11011 110110 100000 111101

Color Harmonies of #BBB57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB57A

Black with #BBB57A

Text Example


Text Example

White with #BBB57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB57A; }

 p { color: rgb(187,181,122); }

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

background-color css

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

 a { background-color: rgb(187,181,122); }

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

border-color css

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

 span { border-color: rgb(187,181,122); }

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