Html Css Color HEX #BBA933 Brass

📋 copy color: '#BBA933'

red 187 ◦ green 169 ◦ blue 51

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

Shades of Brass #BBA933

Tints of Brass #BBA933

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.52%

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

R = 45.95%
G = 41.52%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBA933 (or 0xBBA933) is known color: Brass. HEX triplet: BB, A9 and 33. RGB value is (187,169,51). Sum of RGB (Red+Green+Blue) = 187+169+51=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA933 is #4456CC. Grayscale: #A1A1A1. Windows color (decimal): -4478669 or 3385787. OLE color: 3385787.

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

Color convert

RGB 187 169 51 -
CMYK 0 0.10 0.73 0.27
HSL 52.06º 0.57% 0.47% -
HSV(B) 52.06º 0.73% 0.73% -
XYZ 35.28 39.18 8.84 -
YUV 160.93 65.96 146.59 -
System Red Green Blue C M Y K H S L
Decimal 187 169 51 0 0.10 0.73 0.27 52.06 0.57 0.47
Hex BB A9 33 0 A 49 1B 34 39 2F
Octal 273 251 63 0 12 111 33 64 71 57
Binary 10111011 10101001 110011 0 1010 1001001 11011 110100 111001 101111

Color Harmonies of #BBA933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA933

Black with #BBA933

Text Example


Text Example

White with #BBA933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA933; }

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

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

background-color css

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

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

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

border-color css

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

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

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