Html Css Color HEX #B2A338 Brass

📋 copy color: '#B2A338'

red 178 ◦ green 163 ◦ blue 56

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

Shades of Brass #B2A338

Tints of Brass #B2A338

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.06%

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

R = 44.84%
G = 41.06%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B2A338 (or 0xB2A338) is known color: Brass. HEX triplet: B2, A3 and 38. RGB value is (178,163,56). Sum of RGB (Red+Green+Blue) = 178+163+56=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A338 is #4D5CC7. Grayscale: #9B9B9B. Windows color (decimal): -5070024 or 3711922. OLE color: 3711922.

HSL color Cylindrical-coordinate representation of color #B2A338: hue angle of 52.62º 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 #B2A338 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 163 56 -
CMYK 0 0.08 0.69 0.30
HSL 52.62º 0.52% 0.46% -
HSV(B) 52.62º 0.69% 0.7% -
XYZ 32.17 35.94 8.98 -
YUV 155.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 178 163 56 0 0.08 0.69 0.30 52.62 0.52 0.46
Hex B2 A3 38 0 8 45 1E 35 34 2E
Octal 262 243 70 0 10 105 36 65 64 56
Binary 10110010 10100011 111000 0 1000 1000101 11110 110101 110100 101110

Color Harmonies of #B2A338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A338

Black with #B2A338

Text Example


Text Example

White with #B2A338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A338; }

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

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

background-color css

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

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

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

border-color css

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

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

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