Html Css Color HEX #BBA935 Brass

📋 copy color: '#BBA935'

red 187 ◦ green 169 ◦ blue 53

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

Shades of Brass #BBA935

Tints of Brass #BBA935

RGB

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

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

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

R = 45.72%
G = 41.32%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBA935 (or 0xBBA935) is known color: Brass. HEX triplet: BB, A9 and 35. RGB value is (187,169,53). Sum of RGB (Red+Green+Blue) = 187+169+53=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA935 is #4456CA. Grayscale: #A1A1A1. Windows color (decimal): -4478667 or 3516859. OLE color: 3516859.

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

Color convert

RGB 187 169 53 -
CMYK 0 0.10 0.72 0.27
HSL 51.94º 0.56% 0.47% -
HSV(B) 51.94º 0.72% 0.73% -
XYZ 35.32 39.2 9.07 -
YUV 161.16 66.96 146.43 -
System Red Green Blue C M Y K H S L
Decimal 187 169 53 0 0.10 0.72 0.27 51.94 0.56 0.47
Hex BB A9 35 0 A 48 1B 34 38 2F
Octal 273 251 65 0 12 110 33 64 70 57
Binary 10111011 10101001 110101 0 1010 1001000 11011 110100 111000 101111

Color Harmonies of #BBA935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA935

Black with #BBA935

Text Example


Text Example

White with #BBA935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA935; }

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

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

background-color css

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

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

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

border-color css

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

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

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