Html Css Color HEX #B8BD69 Dark Khaki

📋 copy color: '#B8BD69'

red 184 ◦ green 189 ◦ blue 105

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

Shades of Dark Khaki #B8BD69

Tints of Dark Khaki #B8BD69

RGB

 RED value IS 184 (72.27% from 255) = 38.49%

 GREEN value IS 189 (74.22% from 255) = 39.54%

 BLUE value IS 105 (41.41% from 255) = 21.97%

R = 38.49%
G = 39.54%
B = 21.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#B8BD69 (or 0xB8BD69) is known color: Dark Khaki. HEX triplet: B8, BD and 69. RGB value is (184,189,105). Sum of RGB (Red+Green+Blue) = 184+189+105=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BD69 is #474296. Grayscale: #B2B2B2. Windows color (decimal): -4670103 or 6929848. OLE color: 6929848.

HSL color Cylindrical-coordinate representation of color #B8BD69: hue angle of 63.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8BD69 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 189 105 -
CMYK 0.03 0 0.44 0.26
HSL 63.57º 0.39% 0.58% -
HSV(B) 63.57º 0.44% 0.74% -
XYZ 40.51 47.61 20.42 -
YUV 177.93 86.84 132.33 -
System Red Green Blue C M Y K H S L
Decimal 184 189 105 0.03 0 0.44 0.26 63.57 0.39 0.58
Hex B8 BD 69 3 0 2C 1A 40 27 3A
Octal 270 275 151 3 0 54 32 100 47 72
Binary 10111000 10111101 1101001 11 0 101100 11010 1000000 100111 111010

Color Harmonies of #B8BD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BD69

Black with #B8BD69

Text Example


Text Example

White with #B8BD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BD69; }

 p { color: rgb(184,189,105); }

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

background-color css

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

 a { background-color: rgb(184,189,105); }

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

border-color css

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

 span { border-color: rgb(184,189,105); }

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