Html Css Color HEX #B2AB38 Brass

📋 copy color: '#B2AB38'

red 178 ◦ green 171 ◦ blue 56

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

Shades of Brass #B2AB38

Tints of Brass #B2AB38

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.22%

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

R = 43.95%
G = 42.22%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B2AB38 (or 0xB2AB38) is known color: Brass. HEX triplet: B2, AB and 38. RGB value is (178,171,56). Sum of RGB (Red+Green+Blue) = 178+171+56=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB38 is #4D54C7. Grayscale: #A0A0A0. Windows color (decimal): -5067976 or 3713970. OLE color: 3713970.

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

Color convert

RGB 178 171 56 -
CMYK 0 0.04 0.69 0.30
HSL 56.56º 0.52% 0.46% -
HSV(B) 56.56º 0.69% 0.7% -
XYZ 33.64 38.88 9.47 -
YUV 159.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 178 171 56 0 0.04 0.69 0.30 56.56 0.52 0.46
Hex B2 AB 38 0 4 45 1E 39 34 2E
Octal 262 253 70 0 4 105 36 71 64 56
Binary 10110010 10101011 111000 0 100 1000101 11110 111001 110100 101110

Color Harmonies of #B2AB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB38

Black with #B2AB38

Text Example


Text Example

White with #B2AB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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