Html Css Color HEX #B6AF7A Ecru

📋 copy color: '#B6AF7A'

red 182 ◦ green 175 ◦ blue 122

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

Shades of Ecru #B6AF7A

Tints of Ecru #B6AF7A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.53%

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 38%
G = 36.53%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6AF7A (or 0xB6AF7A) is known color: Ecru. HEX triplet: B6, AF and 7A. RGB value is (182,175,122). Sum of RGB (Red+Green+Blue) = 182+175+122=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AF7A is #495085. Grayscale: #ABABAB. Windows color (decimal): -4804742 or 8040374. OLE color: 8040374.

HSL color Cylindrical-coordinate representation of color #B6AF7A: hue angle of 53º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6AF7A is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 175 122 -
CMYK 0 0.04 0.33 0.29
HSL 53º 0.29% 0.6% -
HSV(B) 53º 0.33% 0.71% -
XYZ 38.13 42.01 24.51 -
YUV 171.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 182 175 122 0 0.04 0.33 0.29 53 0.29 0.6
Hex B6 AF 7A 0 4 21 1D 35 1D 3C
Octal 266 257 172 0 4 41 35 65 35 74
Binary 10110110 10101111 1111010 0 100 100001 11101 110101 11101 111100

Color Harmonies of #B6AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AF7A

Black with #B6AF7A

Text Example


Text Example

White with #B6AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AF7A; }

 p { color: rgb(182,175,122); }

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

background-color css

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

 a { background-color: rgb(182,175,122); }

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

border-color css

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

 span { border-color: rgb(182,175,122); }

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