Html Css Color HEX #BBA73C Brass

📋 copy color: '#BBA73C'

red 187 ◦ green 167 ◦ blue 60

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

Shades of Brass #BBA73C

Tints of Brass #BBA73C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.34%

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

R = 45.17%
G = 40.34%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BBA73C (or 0xBBA73C) is known color: Brass. HEX triplet: BB, A7 and 3C. RGB value is (187,167,60). Sum of RGB (Red+Green+Blue) = 187+167+60=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA73C is #4458C3. Grayscale: #A1A1A1. Windows color (decimal): -4479172 or 3975099. OLE color: 3975099.

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

Color convert

RGB 187 167 60 -
CMYK 0 0.11 0.68 0.27
HSL 50.55º 0.51% 0.48% -
HSV(B) 50.55º 0.68% 0.73% -
XYZ 35.13 38.53 9.86 -
YUV 160.78 71.13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 187 167 60 0 0.11 0.68 0.27 50.55 0.51 0.48
Hex BB A7 3C 0 B 44 1B 33 33 30
Octal 273 247 74 0 13 104 33 63 63 60
Binary 10111011 10100111 111100 0 1011 1000100 11011 110011 110011 110000

Color Harmonies of #BBA73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA73C

Black with #BBA73C

Text Example


Text Example

White with #BBA73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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