Html Css Color HEX #B7B07E Ecru

📋 copy color: '#B7B07E'

red 183 ◦ green 176 ◦ blue 126

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

Shades of Ecru #B7B07E

Tints of Ecru #B7B07E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.29%

 BLUE value IS 126 (49.61% from 255) = 25.98%

R = 37.73%
G = 36.29%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7B07E (or 0xB7B07E) is known color: Ecru. HEX triplet: B7, B0 and 7E. RGB value is (183,176,126). Sum of RGB (Red+Green+Blue) = 183+176+126=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B07E is #484F81. Grayscale: #ACACAC. Windows color (decimal): -4738946 or 8302775. OLE color: 8302775.

HSL color Cylindrical-coordinate representation of color #B7B07E: hue angle of 52.63º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7B07E is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 176 126 -
CMYK 0 0.04 0.31 0.28
HSL 52.63º 0.28% 0.61% -
HSV(B) 52.63º 0.31% 0.72% -
XYZ 38.82 42.62 25.92 -
YUV 172.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 183 176 126 0 0.04 0.31 0.28 52.63 0.28 0.61
Hex B7 B0 7E 0 4 1F 1C 35 1C 3D
Octal 267 260 176 0 4 37 34 65 34 75
Binary 10110111 10110000 1111110 0 100 11111 11100 110101 11100 111101

Color Harmonies of #B7B07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B07E

Black with #B7B07E

Text Example


Text Example

White with #B7B07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B07E; }

 p { color: rgb(183,176,126); }

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

background-color css

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

 a { background-color: rgb(183,176,126); }

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

border-color css

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

 span { border-color: rgb(183,176,126); }

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