Html Css Color HEX #BBB764 Dark Khaki

📋 copy color: '#BBB764'

red 187 ◦ green 183 ◦ blue 100

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

Shades of Dark Khaki #BBB764

Tints of Dark Khaki #BBB764

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.94%

 BLUE value IS 100 (39.45% from 255) = 21.28%

R = 39.79%
G = 38.94%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBB764 (or 0xBBB764) is known color: Dark Khaki. HEX triplet: BB, B7 and 64. RGB value is (187,183,100). Sum of RGB (Red+Green+Blue) = 187+183+100=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB764 is #44489B. Grayscale: #AFAFAF. Windows color (decimal): -4475036 or 6600635. OLE color: 6600635.

HSL color Cylindrical-coordinate representation of color #BBB764: hue angle of 57.24º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBB764 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 183 100 -
CMYK 0 0.02 0.47 0.27
HSL 57.24º 0.39% 0.56% -
HSV(B) 57.24º 0.47% 0.73% -
XYZ 39.73 45.35 18.72 -
YUV 174.73 85.83 136.75 -
System Red Green Blue C M Y K H S L
Decimal 187 183 100 0 0.02 0.47 0.27 57.24 0.39 0.56
Hex BB B7 64 0 2 2F 1B 39 27 38
Octal 273 267 144 0 2 57 33 71 47 70
Binary 10111011 10110111 1100100 0 10 101111 11011 111001 100111 111000

Color Harmonies of #BBB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB764

Black with #BBB764

Text Example


Text Example

White with #BBB764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB764; }

 p { color: rgb(187,183,100); }

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

background-color css

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

 a { background-color: rgb(187,183,100); }

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

border-color css

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

 span { border-color: rgb(187,183,100); }

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