Html Css Color HEX #BBA33F Brass

📋 copy color: '#BBA33F'

red 187 ◦ green 163 ◦ blue 63

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

Shades of Brass #BBA33F

Tints of Brass #BBA33F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.47%

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

R = 45.28%
G = 39.47%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBA33F (or 0xBBA33F) is known color: Brass. HEX triplet: BB, A3 and 3F. RGB value is (187,163,63). Sum of RGB (Red+Green+Blue) = 187+163+63=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA33F is #445CC0. Grayscale: #9F9F9F. Windows color (decimal): -4480193 or 4170683. OLE color: 4170683.

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

Color convert

RGB 187 163 63 -
CMYK 0 0.13 0.66 0.27
HSL 48.39º 0.5% 0.49% -
HSV(B) 48.39º 0.66% 0.73% -
XYZ 34.49 37.12 10.05 -
YUV 158.78 73.95 148.13 -
System Red Green Blue C M Y K H S L
Decimal 187 163 63 0 0.13 0.66 0.27 48.39 0.5 0.49
Hex BB A3 3F 0 D 42 1B 30 32 31
Octal 273 243 77 0 15 102 33 60 62 61
Binary 10111011 10100011 111111 0 1101 1000010 11011 110000 110010 110001

Color Harmonies of #BBA33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA33F

Black with #BBA33F

Text Example


Text Example

White with #BBA33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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