Html Css Color HEX #B2B433 Brass

📋 copy color: '#B2B433'

red 178 ◦ green 180 ◦ blue 51

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

Shades of Brass #B2B433

Tints of Brass #B2B433

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.01%

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

R = 43.52%
G = 44.01%
B = 12.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B2B433 (or 0xB2B433) is known color: Brass. HEX triplet: B2, B4 and 33. RGB value is (178,180,51). Sum of RGB (Red+Green+Blue) = 178+180+51=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B433 is #4D4BCC. Grayscale: #A5A5A5. Windows color (decimal): -5065677 or 3388594. OLE color: 3388594.

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

Color convert

RGB 178 180 51 -
CMYK 0.01 0 0.72 0.29
HSL 60.93º 0.56% 0.45% -
HSV(B) 60.93º 0.72% 0.71% -
XYZ 35.28 42.35 9.45 -
YUV 164.7 63.84 137.49 -
System Red Green Blue C M Y K H S L
Decimal 178 180 51 0.01 0 0.72 0.29 60.93 0.56 0.45
Hex B2 B4 33 1 0 48 1D 3D 38 2D
Octal 262 264 63 1 0 110 35 75 70 55
Binary 10110010 10110100 110011 1 0 1001000 11101 111101 111000 101101

Color Harmonies of #B2B433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B433

Black with #B2B433

Text Example


Text Example

White with #B2B433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B433; }

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

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

background-color css

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

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

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

border-color css

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

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

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