Html Css Color HEX #B8BD65 Dark Khaki

📋 copy color: '#B8BD65'

red 184 ◦ green 189 ◦ blue 101

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

Shades of Dark Khaki #B8BD65

Tints of Dark Khaki #B8BD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.31%

R = 38.82%
G = 39.87%
B = 21.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#B8BD65 (or 0xB8BD65) is known color: Dark Khaki. HEX triplet: B8, BD and 65. RGB value is (184,189,101). Sum of RGB (Red+Green+Blue) = 184+189+101=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BD65 is #47429A. Grayscale: #B1B1B1. Windows color (decimal): -4670107 or 6667704. OLE color: 6667704.

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

Color convert

RGB 184 189 101 -
CMYK 0.03 0 0.47 0.26
HSL 63.41º 0.4% 0.57% -
HSV(B) 63.41º 0.47% 0.74% -
XYZ 40.31 47.53 19.36 -
YUV 177.47 84.84 132.66 -
System Red Green Blue C M Y K H S L
Decimal 184 189 101 0.03 0 0.47 0.26 63.41 0.4 0.57
Hex B8 BD 65 3 0 2F 1A 3F 28 39
Octal 270 275 145 3 0 57 32 77 50 71
Binary 10111000 10111101 1100101 11 0 101111 11010 111111 101000 111001

Color Harmonies of #B8BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BD65

Black with #B8BD65

Text Example


Text Example

White with #B8BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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