Html Css Color HEX #BBB273 Dark Khaki

📋 copy color: '#BBB273'

red 187 ◦ green 178 ◦ blue 115

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

Shades of Dark Khaki #BBB273

Tints of Dark Khaki #BBB273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.96%

R = 38.96%
G = 37.08%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BBB273 (or 0xBBB273) is known color: Dark Khaki. HEX triplet: BB, B2 and 73. RGB value is (187,178,115). Sum of RGB (Red+Green+Blue) = 187+178+115=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB273 is #444D8C. Grayscale: #ADADAD. Windows color (decimal): -4476301 or 7582395. OLE color: 7582395.

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

Color convert

RGB 187 178 115 -
CMYK 0 0.05 0.39 0.27
HSL 52.5º 0.35% 0.59% -
HSV(B) 52.5º 0.39% 0.73% -
XYZ 39.51 43.64 22.56 -
YUV 173.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 187 178 115 0 0.05 0.39 0.27 52.5 0.35 0.59
Hex BB B2 73 0 5 27 1B 34 23 3B
Octal 273 262 163 0 5 47 33 64 43 73
Binary 10111011 10110010 1110011 0 101 100111 11011 110100 100011 111011

Color Harmonies of #BBB273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB273

Black with #BBB273

Text Example


Text Example

White with #BBB273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB273; }

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

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

background-color css

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

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

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

border-color css

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

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

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