Html Css Color HEX #BBA03E Brass

📋 copy color: '#BBA03E'

red 187 ◦ green 160 ◦ blue 62

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

Shades of Brass #BBA03E

Tints of Brass #BBA03E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.12%

 BLUE value IS 62 (24.61% from 255) = 15.16%

R = 45.72%
G = 39.12%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBA03E (or 0xBBA03E) is known color: Brass. HEX triplet: BB, A0 and 3E. RGB value is (187,160,62). Sum of RGB (Red+Green+Blue) = 187+160+62=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA03E is #445FC1. Grayscale: #9D9D9D. Windows color (decimal): -4480962 or 4104379. OLE color: 4104379.

HSL color Cylindrical-coordinate representation of color #BBA03E: hue angle of 47.04º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBA03E is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 62 -
CMYK 0 0.14 0.67 0.27
HSL 47.04º 0.5% 0.49% -
HSV(B) 47.04º 0.67% 0.73% -
XYZ 33.93 36.05 9.73 -
YUV 156.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 187 160 62 0 0.14 0.67 0.27 47.04 0.5 0.49
Hex BB A0 3E 0 E 43 1B 2F 32 31
Octal 273 240 76 0 16 103 33 57 62 61
Binary 10111011 10100000 111110 0 1110 1000011 11011 101111 110010 110001

Color Harmonies of #BBA03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA03E

Black with #BBA03E

Text Example


Text Example

White with #BBA03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA03E; }

 p { color: rgb(187,160,62); }

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

background-color css

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

 a { background-color: rgb(187,160,62); }

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

border-color css

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

 span { border-color: rgb(187,160,62); }

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