Html Css Color HEX #B7A74B Brass

📋 copy color: '#B7A74B'

red 183 ◦ green 167 ◦ blue 75

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

Shades of Brass #B7A74B

Tints of Brass #B7A74B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.29%

 BLUE value IS 75 (29.69% from 255) = 17.65%

R = 43.06%
G = 39.29%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7A74B (or 0xB7A74B) is known color: Brass. HEX triplet: B7, A7 and 4B. RGB value is (183,167,75). Sum of RGB (Red+Green+Blue) = 183+167+75=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A74B is #4858B4. Grayscale: #A1A1A1. Windows color (decimal): -4741301 or 4958135. OLE color: 4958135.

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

Color convert

RGB 183 167 75 -
CMYK 0 0.09 0.59 0.28
HSL 51.11º 0.43% 0.51% -
HSV(B) 51.11º 0.59% 0.72% -
XYZ 34.62 38.21 12.21 -
YUV 161.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 183 167 75 0 0.09 0.59 0.28 51.11 0.43 0.51
Hex B7 A7 4B 0 9 3B 1C 33 2B 33
Octal 267 247 113 0 11 73 34 63 53 63
Binary 10110111 10100111 1001011 0 1001 111011 11100 110011 101011 110011

Color Harmonies of #B7A74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A74B

Black with #B7A74B

Text Example


Text Example

White with #B7A74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A74B; }

 p { color: rgb(183,167,75); }

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

background-color css

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

 a { background-color: rgb(183,167,75); }

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

border-color css

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

 span { border-color: rgb(183,167,75); }

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