Html Css Color HEX #B8BE69 Dark Khaki

📋 copy color: '#B8BE69'

red 184 ◦ green 190 ◦ blue 105

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

Shades of Dark Khaki #B8BE69

Tints of Dark Khaki #B8BE69

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.67%

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

R = 38.41%
G = 39.67%
B = 21.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#B8BE69 (or 0xB8BE69) is known color: Dark Khaki. HEX triplet: B8, BE and 69. RGB value is (184,190,105). Sum of RGB (Red+Green+Blue) = 184+190+105=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BE69 is #474196. Grayscale: #B2B2B2. Windows color (decimal): -4669847 or 6930104. OLE color: 6930104.

HSL color Cylindrical-coordinate representation of color #B8BE69: hue angle of 64.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8BE69 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 190 105 -
CMYK 0.03 0 0.45 0.25
HSL 64.24º 0.4% 0.58% -
HSV(B) 64.24º 0.45% 0.75% -
XYZ 40.73 48.04 20.49 -
YUV 178.52 86.51 131.91 -
System Red Green Blue C M Y K H S L
Decimal 184 190 105 0.03 0 0.45 0.25 64.24 0.4 0.58
Hex B8 BE 69 3 0 2D 19 40 28 3A
Octal 270 276 151 3 0 55 31 100 50 72
Binary 10111000 10111110 1101001 11 0 101101 11001 1000000 101000 111010

Color Harmonies of #B8BE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BE69

Black with #B8BE69

Text Example


Text Example

White with #B8BE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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