Html Css Color HEX #B7A84F Brass

📋 copy color: '#B7A84F'

red 183 ◦ green 168 ◦ blue 79

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

Shades of Brass #B7A84F

Tints of Brass #B7A84F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.07%

 BLUE value IS 79 (31.25% from 255) = 18.37%

R = 42.56%
G = 39.07%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7A84F (or 0xB7A84F) is known color: Brass. HEX triplet: B7, A8 and 4F. RGB value is (183,168,79). Sum of RGB (Red+Green+Blue) = 183+168+79=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A84F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A84F is #4857B0. Grayscale: #A2A2A2. Windows color (decimal): -4741041 or 5220535. OLE color: 5220535.

HSL color Cylindrical-coordinate representation of color #B7A84F: hue angle of 51.35º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7A84F is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 168 79 -
CMYK 0 0.08 0.57 0.28
HSL 51.35º 0.42% 0.51% -
HSV(B) 51.35º 0.57% 0.72% -
XYZ 34.94 38.64 13.01 -
YUV 162.34 80.97 142.74 -
System Red Green Blue C M Y K H S L
Decimal 183 168 79 0 0.08 0.57 0.28 51.35 0.42 0.51
Hex B7 A8 4F 0 8 39 1C 33 2A 33
Octal 267 250 117 0 10 71 34 63 52 63
Binary 10110111 10101000 1001111 0 1000 111001 11100 110011 101010 110011

Color Harmonies of #B7A84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A84F

Black with #B7A84F

Text Example


Text Example

White with #B7A84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A84F; }

 p { color: rgb(183,168,79); }

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

background-color css

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

 a { background-color: rgb(183,168,79); }

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

border-color css

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

 span { border-color: rgb(183,168,79); }

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