Html Css Color HEX #BBB768 Dark Khaki

📋 copy color: '#BBB768'

red 187 ◦ green 183 ◦ blue 104

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

Shades of Dark Khaki #BBB768

Tints of Dark Khaki #BBB768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.94%

R = 39.45%
G = 38.61%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BBB768 (or 0xBBB768) is known color: Dark Khaki. HEX triplet: BB, B7 and 68. RGB value is (187,183,104). Sum of RGB (Red+Green+Blue) = 187+183+104=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB768 is #444897. Grayscale: #AFAFAF. Windows color (decimal): -4475032 or 6862779. OLE color: 6862779.

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

Color convert

RGB 187 183 104 -
CMYK 0 0.02 0.44 0.27
HSL 57.11º 0.38% 0.57% -
HSV(B) 57.11º 0.44% 0.73% -
XYZ 39.93 45.43 19.76 -
YUV 175.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 187 183 104 0 0.02 0.44 0.27 57.11 0.38 0.57
Hex BB B7 68 0 2 2C 1B 39 26 39
Octal 273 267 150 0 2 54 33 71 46 71
Binary 10111011 10110111 1101000 0 10 101100 11011 111001 100110 111001

Color Harmonies of #BBB768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB768

Black with #BBB768

Text Example


Text Example

White with #BBB768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB768; }

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

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

background-color css

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

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

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

border-color css

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

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

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