Html Css Color HEX #BBA13E Brass

📋 copy color: '#BBA13E'

red 187 ◦ green 161 ◦ blue 62

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

Shades of Brass #BBA13E

Tints of Brass #BBA13E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.27%

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

R = 45.61%
G = 39.27%
B = 15.12%

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

#BBA13E (or 0xBBA13E) is known color: Brass. HEX triplet: BB, A1 and 3E. RGB value is (187,161,62). Sum of RGB (Red+Green+Blue) = 187+161+62=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA13E is #445EC1. Grayscale: #9D9D9D. Windows color (decimal): -4480706 or 4104635. OLE color: 4104635.

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

Color convert

RGB 187 161 62 -
CMYK 0 0.14 0.67 0.27
HSL 47.52º 0.5% 0.49% -
HSV(B) 47.52º 0.67% 0.73% -
XYZ 34.11 36.4 9.79 -
YUV 157.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 187 161 62 0 0.14 0.67 0.27 47.52 0.5 0.49
Hex BB A1 3E 0 E 43 1B 30 32 31
Octal 273 241 76 0 16 103 33 60 62 61
Binary 10111011 10100001 111110 0 1110 1000011 11011 110000 110010 110001

Color Harmonies of #BBA13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA13E

Black with #BBA13E

Text Example


Text Example

White with #BBA13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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