Html Css Color HEX #B0BA6D Dark Khaki

📋 copy color: '#B0BA6D'

red 176 ◦ green 186 ◦ blue 109

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

Shades of Dark Khaki #B0BA6D

Tints of Dark Khaki #B0BA6D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.49%

 BLUE value IS 109 (42.97% from 255) = 23.14%

R = 37.37%
G = 39.49%
B = 23.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B0BA6D (or 0xB0BA6D) is known color: Dark Khaki. HEX triplet: B0, BA and 6D. RGB value is (176,186,109). Sum of RGB (Red+Green+Blue) = 176+186+109=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA6D is #4F4592. Grayscale: #AEAEAE. Windows color (decimal): -5195155 or 7191216. OLE color: 7191216.

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

Color convert

RGB 176 186 109 -
CMYK 0.05 0 0.41 0.27
HSL 67.79º 0.36% 0.58% -
HSV(B) 67.79º 0.41% 0.73% -
XYZ 38.22 45.45 21.23 -
YUV 174.23 91.19 129.26 -
System Red Green Blue C M Y K H S L
Decimal 176 186 109 0.05 0 0.41 0.27 67.79 0.36 0.58
Hex B0 BA 6D 5 0 29 1B 44 24 3A
Octal 260 272 155 5 0 51 33 104 44 72
Binary 10110000 10111010 1101101 101 0 101001 11011 1000100 100100 111010

Color Harmonies of #B0BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA6D

Black with #B0BA6D

Text Example


Text Example

White with #B0BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA6D; }

 p { color: rgb(176,186,109); }

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

background-color css

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

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

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

border-color css

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

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

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