Html Css Color HEX #B2A54E Brass

📋 copy color: '#B2A54E'

red 178 ◦ green 165 ◦ blue 78

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

Shades of Brass #B2A54E

Tints of Brass #B2A54E

RGB

 RED value IS 178 (69.92% from 255) = 42.28%

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

 BLUE value IS 78 (30.86% from 255) = 18.53%

R = 42.28%
G = 39.19%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2A54E (or 0xB2A54E) is known color: Brass. HEX triplet: B2, A5 and 4E. RGB value is (178,165,78). Sum of RGB (Red+Green+Blue) = 178+165+78=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A54E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A54E is #4D5AB1. Grayscale: #9F9F9F. Windows color (decimal): -5069490 or 5154226. OLE color: 5154226.

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

Color convert

RGB 178 165 78 -
CMYK 0 0.07 0.56 0.30
HSL 52.2º 0.39% 0.5% -
HSV(B) 52.2º 0.56% 0.7% -
XYZ 33.19 36.93 12.59 -
YUV 158.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 178 165 78 0 0.07 0.56 0.30 52.2 0.39 0.5
Hex B2 A5 4E 0 7 38 1E 34 27 32
Octal 262 245 116 0 7 70 36 64 47 62
Binary 10110010 10100101 1001110 0 111 111000 11110 110100 100111 110010

Color Harmonies of #B2A54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A54E

Black with #B2A54E

Text Example


Text Example

White with #B2A54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A54E; }

 p { color: rgb(178,165,78); }

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

background-color css

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

 a { background-color: rgb(178,165,78); }

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

border-color css

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

 span { border-color: rgb(178,165,78); }

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