Html Css Color HEX #BBA43C Brass

📋 copy color: '#BBA43C'

red 187 ◦ green 164 ◦ blue 60

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

Shades of Brass #BBA43C

Tints of Brass #BBA43C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.9%

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

R = 45.5%
G = 39.9%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BBA43C (or 0xBBA43C) is known color: Brass. HEX triplet: BB, A4 and 3C. RGB value is (187,164,60). Sum of RGB (Red+Green+Blue) = 187+164+60=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA43C is #445BC3. Grayscale: #9F9F9F. Windows color (decimal): -4479940 or 3974331. OLE color: 3974331.

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

Color convert

RGB 187 164 60 -
CMYK 0 0.12 0.68 0.27
HSL 49.13º 0.51% 0.48% -
HSV(B) 49.13º 0.68% 0.73% -
XYZ 34.58 37.44 9.68 -
YUV 159.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 187 164 60 0 0.12 0.68 0.27 49.13 0.51 0.48
Hex BB A4 3C 0 C 44 1B 31 33 30
Octal 273 244 74 0 14 104 33 61 63 60
Binary 10111011 10100100 111100 0 1100 1000100 11011 110001 110011 110000

Color Harmonies of #BBA43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA43C

Black with #BBA43C

Text Example


Text Example

White with #BBA43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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