Html Css Color HEX #BBA735 Brass

📋 copy color: '#BBA735'

red 187 ◦ green 167 ◦ blue 53

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

Shades of Brass #BBA735

Tints of Brass #BBA735

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.03%

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

R = 45.95%
G = 41.03%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBA735 (or 0xBBA735) is known color: Brass. HEX triplet: BB, A7 and 35. RGB value is (187,167,53). Sum of RGB (Red+Green+Blue) = 187+167+53=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA735 is #4458CA. Grayscale: #A0A0A0. Windows color (decimal): -4479179 or 3516347. OLE color: 3516347.

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

Color convert

RGB 187 167 53 -
CMYK 0 0.11 0.72 0.27
HSL 51.04º 0.56% 0.47% -
HSV(B) 51.04º 0.72% 0.73% -
XYZ 34.95 38.46 8.95 -
YUV 159.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 187 167 53 0 0.11 0.72 0.27 51.04 0.56 0.47
Hex BB A7 35 0 B 48 1B 33 38 2F
Octal 273 247 65 0 13 110 33 63 70 57
Binary 10111011 10100111 110101 0 1011 1001000 11011 110011 111000 101111

Color Harmonies of #BBA735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA735

Black with #BBA735

Text Example


Text Example

White with #BBA735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA735; }

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

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

background-color css

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

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

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

border-color css

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

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

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