Html Css Color HEX #BBAD37 Brass

📋 copy color: '#BBAD37'

red 187 ◦ green 173 ◦ blue 55

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

Shades of Brass #BBAD37

Tints of Brass #BBAD37

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.69%

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

R = 45.06%
G = 41.69%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBAD37 (or 0xBBAD37) is known color: Brass. HEX triplet: BB, AD and 37. RGB value is (187,173,55). Sum of RGB (Red+Green+Blue) = 187+173+55=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 55 (21.88% from 255 or 13.25% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD37 is #4452C8. Grayscale: #A4A4A4. Windows color (decimal): -4477641 or 3648955. OLE color: 3648955.

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

Color convert

RGB 187 173 55 -
CMYK 0 0.07 0.71 0.27
HSL 53.64º 0.55% 0.47% -
HSV(B) 53.64º 0.71% 0.73% -
XYZ 36.13 40.73 9.57 -
YUV 163.73 66.64 144.59 -
System Red Green Blue C M Y K H S L
Decimal 187 173 55 0 0.07 0.71 0.27 53.64 0.55 0.47
Hex BB AD 37 0 7 47 1B 36 37 2F
Octal 273 255 67 0 7 107 33 66 67 57
Binary 10111011 10101101 110111 0 111 1000111 11011 110110 110111 101111

Color Harmonies of #BBAD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD37

Black with #BBAD37

Text Example


Text Example

White with #BBAD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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