Html Css Color HEX #B7A52F Earls Green

📋 copy color: '#B7A52F'

red 183 ◦ green 165 ◦ blue 47

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

Shades of Earls Green #B7A52F

Tints of Earls Green #B7A52F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.77%

 BLUE value IS 47 (18.75% from 255) = 11.9%

R = 46.33%
G = 41.77%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B7A52F (or 0xB7A52F) is known color: Earls Green. HEX triplet: B7, A5 and 2F. RGB value is (183,165,47). Sum of RGB (Red+Green+Blue) = 183+165+47=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A52F is #485AD0. Grayscale: #9D9D9D. Windows color (decimal): -4741841 or 3122615. OLE color: 3122615.

HSL color Cylindrical-coordinate representation of color #B7A52F: hue angle of 52.06º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7A52F is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 165 47 -
CMYK 0 0.10 0.74 0.28
HSL 52.06º 0.59% 0.45% -
HSV(B) 52.06º 0.74% 0.72% -
XYZ 33.5 37.18 8.1 -
YUV 156.93 65.96 146.59 -
System Red Green Blue C M Y K H S L
Decimal 183 165 47 0 0.10 0.74 0.28 52.06 0.59 0.45
Hex B7 A5 2F 0 A 4A 1C 34 3B 2D
Octal 267 245 57 0 12 112 34 64 73 55
Binary 10110111 10100101 101111 0 1010 1001010 11100 110100 111011 101101

Color Harmonies of #B7A52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A52F

Black with #B7A52F

Text Example


Text Example

White with #B7A52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A52F; }

 p { color: rgb(183,165,47); }

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

background-color css

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

 a { background-color: rgb(183,165,47); }

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

border-color css

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

 span { border-color: rgb(183,165,47); }

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