Html Css Color HEX #BBAB35 Brass

📋 copy color: '#BBAB35'

red 187 ◦ green 171 ◦ blue 53

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

Shades of Brass #BBAB35

Tints of Brass #BBAB35

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.61%

 BLUE value IS 53 (21.09% from 255) = 12.9%

R = 45.5%
G = 41.61%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBAB35 (or 0xBBAB35) is known color: Brass. HEX triplet: BB, AB and 35. RGB value is (187,171,53). Sum of RGB (Red+Green+Blue) = 187+171+53=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB35 is #4454CA. Grayscale: #A2A2A2. Windows color (decimal): -4478155 or 3517371. OLE color: 3517371.

HSL color Cylindrical-coordinate representation of color #BBAB35: hue angle of 52.84º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBAB35 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 171 53 -
CMYK 0 0.09 0.72 0.27
HSL 52.84º 0.56% 0.47% -
HSV(B) 52.84º 0.72% 0.73% -
XYZ 35.7 39.95 9.2 -
YUV 162.33 66.3 145.59 -
System Red Green Blue C M Y K H S L
Decimal 187 171 53 0 0.09 0.72 0.27 52.84 0.56 0.47
Hex BB AB 35 0 9 48 1B 35 38 2F
Octal 273 253 65 0 11 110 33 65 70 57
Binary 10111011 10101011 110101 0 1001 1001000 11011 110101 111000 101111

Color Harmonies of #BBAB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB35

Black with #BBAB35

Text Example


Text Example

White with #BBAB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB35; }

 p { color: rgb(187,171,53); }

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

background-color css

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

 a { background-color: rgb(187,171,53); }

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

border-color css

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

 span { border-color: rgb(187,171,53); }

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