Html Css Color HEX #BBA733 Brass

📋 copy color: '#BBA733'

red 187 ◦ green 167 ◦ blue 51

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

Shades of Brass #BBA733

Tints of Brass #BBA733

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.23%

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

R = 46.17%
G = 41.23%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBA733 (or 0xBBA733) is known color: Brass. HEX triplet: BB, A7 and 33. RGB value is (187,167,51). Sum of RGB (Red+Green+Blue) = 187+167+51=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA733 is #4458CC. Grayscale: #A0A0A0. Windows color (decimal): -4479181 or 3385275. OLE color: 3385275.

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

Color convert

RGB 187 167 51 -
CMYK 0 0.11 0.73 0.27
HSL 51.18º 0.57% 0.47% -
HSV(B) 51.18º 0.73% 0.73% -
XYZ 34.91 38.44 8.71 -
YUV 159.76 66.63 147.43 -
System Red Green Blue C M Y K H S L
Decimal 187 167 51 0 0.11 0.73 0.27 51.18 0.57 0.47
Hex BB A7 33 0 B 49 1B 33 39 2F
Octal 273 247 63 0 13 111 33 63 71 57
Binary 10111011 10100111 110011 0 1011 1001001 11011 110011 111001 101111

Color Harmonies of #BBA733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA733

Black with #BBA733

Text Example


Text Example

White with #BBA733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA733; }

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

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

background-color css

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

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

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

border-color css

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

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

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