Html Css Color HEX #BBA335 Brass

📋 copy color: '#BBA335'

red 187 ◦ green 163 ◦ blue 53

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

Shades of Brass #BBA335

Tints of Brass #BBA335

RGB

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

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

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

R = 46.4%
G = 40.45%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBA335 (or 0xBBA335) is known color: Brass. HEX triplet: BB, A3 and 35. RGB value is (187,163,53). Sum of RGB (Red+Green+Blue) = 187+163+53=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA335 is #445CCA. Grayscale: #9E9E9E. Windows color (decimal): -4480203 or 3515323. OLE color: 3515323.

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

Color convert

RGB 187 163 53 -
CMYK 0 0.13 0.72 0.27
HSL 49.25º 0.56% 0.47% -
HSV(B) 49.25º 0.72% 0.73% -
XYZ 34.23 37.02 8.71 -
YUV 157.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 187 163 53 0 0.13 0.72 0.27 49.25 0.56 0.47
Hex BB A3 35 0 D 48 1B 31 38 2F
Octal 273 243 65 0 15 110 33 61 70 57
Binary 10111011 10100011 110101 0 1101 1001000 11011 110001 111000 101111

Color Harmonies of #BBA335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA335

Black with #BBA335

Text Example


Text Example

White with #BBA335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA335; }

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

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

background-color css

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

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

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

border-color css

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

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

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