Html Css Color HEX #BBA737 Brass

📋 copy color: '#BBA737'

red 187 ◦ green 167 ◦ blue 55

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

Shades of Brass #BBA737

Tints of Brass #BBA737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.45%

R = 45.72%
G = 40.83%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBA737 (or 0xBBA737) is known color: Brass. HEX triplet: BB, A7 and 37. RGB value is (187,167,55). Sum of RGB (Red+Green+Blue) = 187+167+55=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 55 (21.88% from 255 or 13.45% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA737 is #4458C8. Grayscale: #A0A0A0. Windows color (decimal): -4479177 or 3647419. OLE color: 3647419.

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

Color convert

RGB 187 167 55 -
CMYK 0 0.11 0.71 0.27
HSL 50.91º 0.55% 0.47% -
HSV(B) 50.91º 0.71% 0.73% -
XYZ 35 38.48 9.2 -
YUV 160.21 68.63 147.11 -
System Red Green Blue C M Y K H S L
Decimal 187 167 55 0 0.11 0.71 0.27 50.91 0.55 0.47
Hex BB A7 37 0 B 47 1B 33 37 2F
Octal 273 247 67 0 13 107 33 63 67 57
Binary 10111011 10100111 110111 0 1011 1000111 11011 110011 110111 101111

Color Harmonies of #BBA737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA737

Black with #BBA737

Text Example


Text Example

White with #BBA737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA737; }

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

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

background-color css

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

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

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

border-color css

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

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

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