Html Css Color HEX #BBA13B Brass

📋 copy color: '#BBA13B'

red 187 ◦ green 161 ◦ blue 59

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

Shades of Brass #BBA13B

Tints of Brass #BBA13B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.56%

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

R = 45.95%
G = 39.56%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BBA13B (or 0xBBA13B) is known color: Brass. HEX triplet: BB, A1 and 3B. RGB value is (187,161,59). Sum of RGB (Red+Green+Blue) = 187+161+59=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA13B is #445EC4. Grayscale: #9D9D9D. Windows color (decimal): -4480709 or 3908027. OLE color: 3908027.

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

Color convert

RGB 187 161 59 -
CMYK 0 0.14 0.68 0.27
HSL 47.81º 0.52% 0.48% -
HSV(B) 47.81º 0.68% 0.73% -
XYZ 34.03 36.37 9.36 -
YUV 157.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 187 161 59 0 0.14 0.68 0.27 47.81 0.52 0.48
Hex BB A1 3B 0 E 44 1B 30 34 30
Octal 273 241 73 0 16 104 33 60 64 60
Binary 10111011 10100001 111011 0 1110 1000100 11011 110000 110100 110000

Color Harmonies of #BBA13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA13B

Black with #BBA13B

Text Example


Text Example

White with #BBA13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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