Html Css Color HEX #B7B669 Dark Khaki

📋 copy color: '#B7B669'

red 183 ◦ green 182 ◦ blue 105

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

Shades of Dark Khaki #B7B669

Tints of Dark Khaki #B7B669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.72%

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

R = 38.94%
G = 38.72%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B7B669 (or 0xB7B669) is known color: Dark Khaki. HEX triplet: B7, B6 and 69. RGB value is (183,182,105). Sum of RGB (Red+Green+Blue) = 183+182+105=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B669 is #484996. Grayscale: #ADADAD. Windows color (decimal): -4737431 or 6928055. OLE color: 6928055.

HSL color Cylindrical-coordinate representation of color #B7B669: hue angle of 59.23º 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 #B7B669 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 182 105 -
CMYK 0 0.01 0.43 0.28
HSL 59.23º 0.35% 0.56% -
HSV(B) 59.23º 0.43% 0.72% -
XYZ 38.81 44.54 19.92 -
YUV 173.52 89.33 134.76 -
System Red Green Blue C M Y K H S L
Decimal 183 182 105 0 0.01 0.43 0.28 59.23 0.35 0.56
Hex B7 B6 69 0 1 2B 1C 3B 23 38
Octal 267 266 151 0 1 53 34 73 43 70
Binary 10110111 10110110 1101001 0 1 101011 11100 111011 100011 111000

Color Harmonies of #B7B669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B669

Black with #B7B669

Text Example


Text Example

White with #B7B669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B669; }

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

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

background-color css

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

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

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

border-color css

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

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

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