Html Css Color HEX #BBA73B Brass

📋 copy color: '#BBA73B'

red 187 ◦ green 167 ◦ blue 59

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

Shades of Brass #BBA73B

Tints of Brass #BBA73B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.29%

R = 45.28%
G = 40.44%
B = 14.29%

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

#BBA73B (or 0xBBA73B) is known color: Brass. HEX triplet: BB, A7 and 3B. RGB value is (187,167,59). Sum of RGB (Red+Green+Blue) = 187+167+59=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA73B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA73B is #4458C4. Grayscale: #A1A1A1. Windows color (decimal): -4479173 or 3909563. OLE color: 3909563.

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

Color convert

RGB 187 167 59 -
CMYK 0 0.11 0.68 0.27
HSL 50.63º 0.52% 0.48% -
HSV(B) 50.63º 0.68% 0.73% -
XYZ 35.1 38.52 9.72 -
YUV 160.67 70.63 146.78 -
System Red Green Blue C M Y K H S L
Decimal 187 167 59 0 0.11 0.68 0.27 50.63 0.52 0.48
Hex BB A7 3B 0 B 44 1B 33 34 30
Octal 273 247 73 0 13 104 33 63 64 60
Binary 10111011 10100111 111011 0 1011 1000100 11011 110011 110100 110000

Color Harmonies of #BBA73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA73B

Black with #BBA73B

Text Example


Text Example

White with #BBA73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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