Html Css Color HEX #BBAF33 Brass

📋 copy color: '#BBAF33'

red 187 ◦ green 175 ◦ blue 51

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

Shades of Brass #BBAF33

Tints of Brass #BBAF33

RGB

 RED value IS 187 (73.44% from 255) = 45.28%

 GREEN value IS 175 (68.75% from 255) = 42.37%

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

R = 45.28%
G = 42.37%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBAF33 (or 0xBBAF33) is known color: Brass. HEX triplet: BB, AF and 33. RGB value is (187,175,51). Sum of RGB (Red+Green+Blue) = 187+175+51=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF33 is #4450CC. Grayscale: #A4A4A4. Windows color (decimal): -4477133 or 3387323. OLE color: 3387323.

HSL color Cylindrical-coordinate representation of color #BBAF33: hue angle of 54.71º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBAF33 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 51 -
CMYK 0 0.06 0.73 0.27
HSL 54.71º 0.57% 0.47% -
HSV(B) 54.71º 0.73% 0.73% -
XYZ 36.42 41.46 9.22 -
YUV 164.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 187 175 51 0 0.06 0.73 0.27 54.71 0.57 0.47
Hex BB AF 33 0 6 49 1B 37 39 2F
Octal 273 257 63 0 6 111 33 67 71 57
Binary 10111011 10101111 110011 0 110 1001001 11011 110111 111001 101111

Color Harmonies of #BBAF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF33

Black with #BBAF33

Text Example


Text Example

White with #BBAF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF33; }

 p { color: rgb(187,175,51); }

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

background-color css

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

 a { background-color: rgb(187,175,51); }

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

border-color css

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

 span { border-color: rgb(187,175,51); }

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