Html Css Color HEX #B0A74D Brass

📋 copy color: '#B0A74D'

red 176 ◦ green 167 ◦ blue 77

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

Shades of Brass #B0A74D

Tints of Brass #B0A74D

RGB

 RED value IS 176 (69.14% from 255) = 41.9%

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

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

R = 41.9%
G = 39.76%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0A74D (or 0xB0A74D) is known color: Brass. HEX triplet: B0, A7 and 4D. RGB value is (176,167,77). Sum of RGB (Red+Green+Blue) = 176+167+77=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A74D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A74D is #4F58B2. Grayscale: #9F9F9F. Windows color (decimal): -5200051 or 5089200. OLE color: 5089200.

HSL color Cylindrical-coordinate representation of color #B0A74D: hue angle of 54.55º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0A74D is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 167 77 -
CMYK 0 0.05 0.56 0.31
HSL 54.55º 0.39% 0.5% -
HSV(B) 54.55º 0.56% 0.69% -
XYZ 33.06 37.4 12.5 -
YUV 159.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 176 167 77 0 0.05 0.56 0.31 54.55 0.39 0.5
Hex B0 A7 4D 0 5 38 1F 37 27 32
Octal 260 247 115 0 5 70 37 67 47 62
Binary 10110000 10100111 1001101 0 101 111000 11111 110111 100111 110010

Color Harmonies of #B0A74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A74D

Black with #B0A74D

Text Example


Text Example

White with #B0A74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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