Html Css Color HEX #B2A652 Brass

📋 copy color: '#B2A652'

red 178 ◦ green 166 ◦ blue 82

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

Shades of Brass #B2A652

Tints of Brass #B2A652

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.97%

 BLUE value IS 82 (32.42% from 255) = 19.25%

R = 41.78%
G = 38.97%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B2A652 (or 0xB2A652) is known color: Brass. HEX triplet: B2, A6 and 52. RGB value is (178,166,82). Sum of RGB (Red+Green+Blue) = 178+166+82=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A652 is #4D59AD. Grayscale: #A0A0A0. Windows color (decimal): -5069230 or 5416626. OLE color: 5416626.

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

Color convert

RGB 178 166 82 -
CMYK 0 0.07 0.54 0.30
HSL 52.5º 0.38% 0.51% -
HSV(B) 52.5º 0.54% 0.7% -
XYZ 33.52 37.35 13.42 -
YUV 160.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 178 166 82 0 0.07 0.54 0.30 52.5 0.38 0.51
Hex B2 A6 52 0 7 36 1E 34 26 33
Octal 262 246 122 0 7 66 36 64 46 63
Binary 10110010 10100110 1010010 0 111 110110 11110 110100 100110 110011

Color Harmonies of #B2A652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A652

Black with #B2A652

Text Example


Text Example

White with #B2A652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A652; }

 p { color: rgb(178,166,82); }

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

background-color css

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

 a { background-color: rgb(178,166,82); }

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

border-color css

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

 span { border-color: rgb(178,166,82); }

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