Html Css Color HEX #B2A838 Brass

📋 copy color: '#B2A838'

red 178 ◦ green 168 ◦ blue 56

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

Shades of Brass #B2A838

Tints of Brass #B2A838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.93%

R = 44.28%
G = 41.79%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B2A838 (or 0xB2A838) is known color: Brass. HEX triplet: B2, A8 and 38. RGB value is (178,168,56). Sum of RGB (Red+Green+Blue) = 178+168+56=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A838 is #4D57C7. Grayscale: #9E9E9E. Windows color (decimal): -5068744 or 3713202. OLE color: 3713202.

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

Color convert

RGB 178 168 56 -
CMYK 0 0.06 0.69 0.30
HSL 55.08º 0.52% 0.46% -
HSV(B) 55.08º 0.69% 0.7% -
XYZ 33.08 37.76 9.29 -
YUV 158.22 70.31 142.11 -
System Red Green Blue C M Y K H S L
Decimal 178 168 56 0 0.06 0.69 0.30 55.08 0.52 0.46
Hex B2 A8 38 0 6 45 1E 37 34 2E
Octal 262 250 70 0 6 105 36 67 64 56
Binary 10110010 10101000 111000 0 110 1000101 11110 110111 110100 101110

Color Harmonies of #B2A838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A838

Black with #B2A838

Text Example


Text Example

White with #B2A838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A838; }

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

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

background-color css

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

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

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

border-color css

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

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

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