Html Css Color HEX #B0B06B Dark Khaki

📋 copy color: '#B0B06B'

red 176 ◦ green 176 ◦ blue 107

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

Shades of Dark Khaki #B0B06B

Tints of Dark Khaki #B0B06B

RGB

 RED value IS 176 (69.14% from 255) = 38.34%

 GREEN value IS 176 (69.14% from 255) = 38.34%

 BLUE value IS 107 (42.19% from 255) = 23.31%

R = 38.34%
G = 38.34%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0B06B (or 0xB0B06B) is known color: Dark Khaki. HEX triplet: B0, B0 and 6B. RGB value is (176,176,107). Sum of RGB (Red+Green+Blue) = 176+176+107=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B06B is #4F4F94. Grayscale: #A8A8A8. Windows color (decimal): -5197717 or 7057584. OLE color: 7057584.

HSL color Cylindrical-coordinate representation of color #B0B06B: hue angle of 60º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0B06B is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 176 107 -
CMYK 0 0 0.39 0.31
HSL 60º 0.3% 0.55% -
HSV(B) 60º 0.39% 0.69% -
XYZ 36.08 41.34 19.99 -
YUV 168.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 176 176 107 0 0 0.39 0.31 60 0.3 0.55
Hex B0 B0 6B 0 0 27 1F 3C 1E 37
Octal 260 260 153 0 0 47 37 74 36 67
Binary 10110000 10110000 1101011 0 0 100111 11111 111100 11110 110111

Color Harmonies of #B0B06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B06B

Black with #B0B06B

Text Example


Text Example

White with #B0B06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B06B; }

 p { color: rgb(176,176,107); }

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

background-color css

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

 a { background-color: rgb(176,176,107); }

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

border-color css

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

 span { border-color: rgb(176,176,107); }

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