Html Css Color HEX #BBA33C Brass

📋 copy color: '#BBA33C'

red 187 ◦ green 163 ◦ blue 60

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

Shades of Brass #BBA33C

Tints of Brass #BBA33C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.63%

R = 45.61%
G = 39.76%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BBA33C (or 0xBBA33C) is known color: Brass. HEX triplet: BB, A3 and 3C. RGB value is (187,163,60). Sum of RGB (Red+Green+Blue) = 187+163+60=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA33C is #445CC3. Grayscale: #9E9E9E. Windows color (decimal): -4480196 or 3974075. OLE color: 3974075.

HSL color Cylindrical-coordinate representation of color #BBA33C: hue angle of 48.66º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBA33C is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 60 -
CMYK 0 0.13 0.68 0.27
HSL 48.66º 0.51% 0.48% -
HSV(B) 48.66º 0.68% 0.73% -
XYZ 34.41 37.09 9.62 -
YUV 158.43 72.45 148.38 -
System Red Green Blue C M Y K H S L
Decimal 187 163 60 0 0.13 0.68 0.27 48.66 0.51 0.48
Hex BB A3 3C 0 D 44 1B 31 33 30
Octal 273 243 74 0 15 104 33 61 63 60
Binary 10111011 10100011 111100 0 1101 1000100 11011 110001 110011 110000

Color Harmonies of #BBA33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA33C

Black with #BBA33C

Text Example


Text Example

White with #BBA33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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