Html Css Color HEX #B6BD69 Dark Khaki

📋 copy color: '#B6BD69'

red 182 ◦ green 189 ◦ blue 105

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

Shades of Dark Khaki #B6BD69

Tints of Dark Khaki #B6BD69

RGB

 RED value IS 182 (71.48% from 255) = 38.24%

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

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

R = 38.24%
G = 39.71%
B = 22.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#B6BD69 (or 0xB6BD69) is known color: Dark Khaki. HEX triplet: B6, BD and 69. RGB value is (182,189,105). Sum of RGB (Red+Green+Blue) = 182+189+105=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BD69 is #494296. Grayscale: #B1B1B1. Windows color (decimal): -4801175 or 6929846. OLE color: 6929846.

HSL color Cylindrical-coordinate representation of color #B6BD69: hue angle of 65º 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 #B6BD69 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 189 105 -
CMYK 0.04 0 0.44 0.26
HSL 65º 0.39% 0.58% -
HSV(B) 65º 0.44% 0.74% -
XYZ 40.04 47.36 20.4 -
YUV 177.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 182 189 105 0.04 0 0.44 0.26 65 0.39 0.58
Hex B6 BD 69 4 0 2C 1A 41 27 3A
Octal 266 275 151 4 0 54 32 101 47 72
Binary 10110110 10111101 1101001 100 0 101100 11010 1000001 100111 111010

Color Harmonies of #B6BD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BD69

Black with #B6BD69

Text Example


Text Example

White with #B6BD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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