Html Css Color HEX #B7A74D Brass

📋 copy color: '#B7A74D'

red 183 ◦ green 167 ◦ blue 77

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

Shades of Brass #B7A74D

Tints of Brass #B7A74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 42.86%
G = 39.11%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7A74D (or 0xB7A74D) is known color: Brass. HEX triplet: B7, A7 and 4D. RGB value is (183,167,77). Sum of RGB (Red+Green+Blue) = 183+167+77=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A74D is #4858B2. Grayscale: #A1A1A1. Windows color (decimal): -4741299 or 5089207. OLE color: 5089207.

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

Color convert

RGB 183 167 77 -
CMYK 0 0.09 0.58 0.28
HSL 50.94º 0.42% 0.51% -
HSV(B) 50.94º 0.58% 0.72% -
XYZ 34.69 38.24 12.57 -
YUV 161.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 183 167 77 0 0.09 0.58 0.28 50.94 0.42 0.51
Hex B7 A7 4D 0 9 3A 1C 33 2A 33
Octal 267 247 115 0 11 72 34 63 52 63
Binary 10110111 10100111 1001101 0 1001 111010 11100 110011 101010 110011

Color Harmonies of #B7A74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A74D

Black with #B7A74D

Text Example


Text Example

White with #B7A74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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