Html Css Color HEX #B7B369 Dark Khaki

📋 copy color: '#B7B369'

red 183 ◦ green 179 ◦ blue 105

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

Shades of Dark Khaki #B7B369

Tints of Dark Khaki #B7B369

RGB

 RED value IS 183 (71.88% from 255) = 39.19%

 GREEN value IS 179 (70.31% from 255) = 38.33%

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

R = 39.19%
G = 38.33%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B7B369 (or 0xB7B369) is known color: Dark Khaki. HEX triplet: B7, B3 and 69. RGB value is (183,179,105). Sum of RGB (Red+Green+Blue) = 183+179+105=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B369 is #484C96. Grayscale: #ACACAC. Windows color (decimal): -4738199 or 6927287. OLE color: 6927287.

HSL color Cylindrical-coordinate representation of color #B7B369: hue angle of 56.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7B369 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 179 105 -
CMYK 0 0.02 0.43 0.28
HSL 56.92º 0.35% 0.56% -
HSV(B) 56.92º 0.43% 0.72% -
XYZ 38.2 43.33 19.71 -
YUV 171.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 183 179 105 0 0.02 0.43 0.28 56.92 0.35 0.56
Hex B7 B3 69 0 2 2B 1C 39 23 38
Octal 267 263 151 0 2 53 34 71 43 70
Binary 10110111 10110011 1101001 0 10 101011 11100 111001 100011 111000

Color Harmonies of #B7B369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B369

Black with #B7B369

Text Example


Text Example

White with #B7B369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B369; }

 p { color: rgb(183,179,105); }

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

background-color css

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

 a { background-color: rgb(183,179,105); }

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

border-color css

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

 span { border-color: rgb(183,179,105); }

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