Html Css Color HEX #BBA533 Brass

📋 copy color: '#BBA533'

red 187 ◦ green 165 ◦ blue 51

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

Shades of Brass #BBA533

Tints of Brass #BBA533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

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

R = 46.4%
G = 40.94%
B = 12.66%

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

#BBA533 (or 0xBBA533) is known color: Brass. HEX triplet: BB, A5 and 33. RGB value is (187,165,51). Sum of RGB (Red+Green+Blue) = 187+165+51=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA533 is #445ACC. Grayscale: #9F9F9F. Windows color (decimal): -4479693 or 3384763. OLE color: 3384763.

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

Color convert

RGB 187 165 51 -
CMYK 0 0.12 0.73 0.27
HSL 50.29º 0.57% 0.47% -
HSV(B) 50.29º 0.73% 0.73% -
XYZ 34.55 37.71 8.59 -
YUV 158.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 187 165 51 0 0.12 0.73 0.27 50.29 0.57 0.47
Hex BB A5 33 0 C 49 1B 32 39 2F
Octal 273 245 63 0 14 111 33 62 71 57
Binary 10111011 10100101 110011 0 1100 1001001 11011 110010 111001 101111

Color Harmonies of #BBA533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA533

Black with #BBA533

Text Example


Text Example

White with #BBA533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA533; }

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

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

background-color css

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

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

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

border-color css

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

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

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