Html Css Color HEX #BBA33B Brass

📋 copy color: '#BBA33B'

red 187 ◦ green 163 ◦ blue 59

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

Shades of Brass #BBA33B

Tints of Brass #BBA33B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.85%

 BLUE value IS 59 (23.44% from 255) = 14.43%

R = 45.72%
G = 39.85%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BBA33B (or 0xBBA33B) is known color: Brass. HEX triplet: BB, A3 and 3B. RGB value is (187,163,59). Sum of RGB (Red+Green+Blue) = 187+163+59=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA33B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA33B is #445CC4. Grayscale: #9E9E9E. Windows color (decimal): -4480197 or 3908539. OLE color: 3908539.

HSL color Cylindrical-coordinate representation of color #BBA33B: hue angle of 48.75º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBA33B is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 59 -
CMYK 0 0.13 0.68 0.27
HSL 48.75º 0.52% 0.48% -
HSV(B) 48.75º 0.68% 0.73% -
XYZ 34.38 37.07 9.48 -
YUV 158.32 71.95 148.46 -
System Red Green Blue C M Y K H S L
Decimal 187 163 59 0 0.13 0.68 0.27 48.75 0.52 0.48
Hex BB A3 3B 0 D 44 1B 31 34 30
Octal 273 243 73 0 15 104 33 61 64 60
Binary 10111011 10100011 111011 0 1101 1000100 11011 110001 110100 110000

Color Harmonies of #BBA33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA33B

Black with #BBA33B

Text Example


Text Example

White with #BBA33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA33B; }

 p { color: rgb(187,163,59); }

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

background-color css

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

 a { background-color: rgb(187,163,59); }

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

border-color css

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

 span { border-color: rgb(187,163,59); }

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