Html Css Color HEX #BBA433 Brass

📋 copy color: '#BBA433'

red 187 ◦ green 164 ◦ blue 51

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

Shades of Brass #BBA433

Tints of Brass #BBA433

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.8%

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

R = 46.52%
G = 40.8%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBA433 (or 0xBBA433) is known color: Brass. HEX triplet: BB, A4 and 33. RGB value is (187,164,51). Sum of RGB (Red+Green+Blue) = 187+164+51=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 51 (20.31% from 255 or 12.69% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA433 is #445BCC. Grayscale: #9E9E9E. Windows color (decimal): -4479949 or 3384507. OLE color: 3384507.

HSL color Cylindrical-coordinate representation of color #BBA433: hue angle of 49.85º 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 #BBA433 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 51 -
CMYK 0 0.12 0.73 0.27
HSL 49.85º 0.57% 0.47% -
HSV(B) 49.85º 0.73% 0.73% -
XYZ 34.37 37.35 8.53 -
YUV 158 67.62 148.69 -
System Red Green Blue C M Y K H S L
Decimal 187 164 51 0 0.12 0.73 0.27 49.85 0.57 0.47
Hex BB A4 33 0 C 49 1B 32 39 2F
Octal 273 244 63 0 14 111 33 62 71 57
Binary 10111011 10100100 110011 0 1100 1001001 11011 110010 111001 101111

Color Harmonies of #BBA433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA433

Black with #BBA433

Text Example


Text Example

White with #BBA433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA433; }

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

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

background-color css

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

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

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

border-color css

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

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

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