Html Css Color HEX #BBA63F Brass

📋 copy color: '#BBA63F'

red 187 ◦ green 166 ◦ blue 63

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

Shades of Brass #BBA63F

Tints of Brass #BBA63F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.9%

 BLUE value IS 63 (25% from 255) = 15.14%

R = 44.95%
G = 39.9%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBA63F (or 0xBBA63F) is known color: Brass. HEX triplet: BB, A6 and 3F. RGB value is (187,166,63). Sum of RGB (Red+Green+Blue) = 187+166+63=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA63F is #4459C0. Grayscale: #A0A0A0. Windows color (decimal): -4479425 or 4171451. OLE color: 4171451.

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

Color convert

RGB 187 166 63 -
CMYK 0 0.11 0.66 0.27
HSL 49.84º 0.5% 0.49% -
HSV(B) 49.84º 0.66% 0.73% -
XYZ 35.03 38.2 10.23 -
YUV 160.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 187 166 63 0 0.11 0.66 0.27 49.84 0.5 0.49
Hex BB A6 3F 0 B 42 1B 32 32 31
Octal 273 246 77 0 13 102 33 62 62 61
Binary 10111011 10100110 111111 0 1011 1000010 11011 110010 110010 110001

Color Harmonies of #BBA63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA63F

Black with #BBA63F

Text Example


Text Example

White with #BBA63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA63F; }

 p { color: rgb(187,166,63); }

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

background-color css

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

 a { background-color: rgb(187,166,63); }

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

border-color css

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

 span { border-color: rgb(187,166,63); }

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