Html Css Color HEX #B2A833 Brass

📋 copy color: '#B2A833'

red 178 ◦ green 168 ◦ blue 51

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

Shades of Brass #B2A833

Tints of Brass #B2A833

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

 BLUE value IS 51 (20.31% from 255) = 12.85%

R = 44.84%
G = 42.32%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B2A833 (or 0xB2A833) is known color: Brass. HEX triplet: B2, A8 and 33. RGB value is (178,168,51). Sum of RGB (Red+Green+Blue) = 178+168+51=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A833 is #4D57CC. Grayscale: #9E9E9E. Windows color (decimal): -5068749 or 3385522. OLE color: 3385522.

HSL color Cylindrical-coordinate representation of color #B2A833: hue angle of 55.28º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2A833 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 168 51 -
CMYK 0 0.06 0.71 0.30
HSL 55.28º 0.55% 0.45% -
HSV(B) 55.28º 0.71% 0.7% -
XYZ 32.96 37.71 8.67 -
YUV 157.65 67.81 142.51 -
System Red Green Blue C M Y K H S L
Decimal 178 168 51 0 0.06 0.71 0.30 55.28 0.55 0.45
Hex B2 A8 33 0 6 47 1E 37 37 2D
Octal 262 250 63 0 6 107 36 67 67 55
Binary 10110010 10101000 110011 0 110 1000111 11110 110111 110111 101101

Color Harmonies of #B2A833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A833

Black with #B2A833

Text Example


Text Example

White with #B2A833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A833; }

 p { color: rgb(178,168,51); }

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

background-color css

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

 a { background-color: rgb(178,168,51); }

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

border-color css

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

 span { border-color: rgb(178,168,51); }

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