Html Css Color HEX #B2B633 Brass

📋 copy color: '#B2B633'

red 178 ◦ green 182 ◦ blue 51

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

Shades of Brass #B2B633

Tints of Brass #B2B633

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.28%

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

R = 43.31%
G = 44.28%
B = 12.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B2B633 (or 0xB2B633) is known color: Brass. HEX triplet: B2, B6 and 33. RGB value is (178,182,51). Sum of RGB (Red+Green+Blue) = 178+182+51=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B633 is #4D49CC. Grayscale: #A6A6A6. Windows color (decimal): -5065165 or 3389106. OLE color: 3389106.

HSL color Cylindrical-coordinate representation of color #B2B633: hue angle of 61.83º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2B633 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 182 51 -
CMYK 0.02 0 0.72 0.29
HSL 61.83º 0.56% 0.46% -
HSV(B) 61.83º 0.72% 0.71% -
XYZ 35.69 43.16 9.58 -
YUV 165.87 63.17 136.65 -
System Red Green Blue C M Y K H S L
Decimal 178 182 51 0.02 0 0.72 0.29 61.83 0.56 0.46
Hex B2 B6 33 2 0 48 1D 3E 38 2E
Octal 262 266 63 2 0 110 35 76 70 56
Binary 10110010 10110110 110011 10 0 1001000 11101 111110 111000 101110

Color Harmonies of #B2B633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B633

Black with #B2B633

Text Example


Text Example

White with #B2B633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B633; }

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

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

background-color css

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

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

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

border-color css

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

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

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