Html Css Color HEX #BBA63A Brass

📋 copy color: '#BBA63A'

red 187 ◦ green 166 ◦ blue 58

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

Shades of Brass #BBA63A

Tints of Brass #BBA63A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.39%

 BLUE value IS 58 (23.05% from 255) = 14.11%

R = 45.5%
G = 40.39%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BBA63A (or 0xBBA63A) is known color: Brass. HEX triplet: BB, A6 and 3A. RGB value is (187,166,58). Sum of RGB (Red+Green+Blue) = 187+166+58=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA63A is #4459C5. Grayscale: #A0A0A0. Windows color (decimal): -4479430 or 3843771. OLE color: 3843771.

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

Color convert

RGB 187 166 58 -
CMYK 0 0.11 0.69 0.27
HSL 50.23º 0.53% 0.48% -
HSV(B) 50.23º 0.69% 0.73% -
XYZ 34.89 38.14 9.53 -
YUV 159.97 70.46 147.28 -
System Red Green Blue C M Y K H S L
Decimal 187 166 58 0 0.11 0.69 0.27 50.23 0.53 0.48
Hex BB A6 3A 0 B 45 1B 32 35 30
Octal 273 246 72 0 13 105 33 62 65 60
Binary 10111011 10100110 111010 0 1011 1000101 11011 110010 110101 110000

Color Harmonies of #BBA63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA63A

Black with #BBA63A

Text Example


Text Example

White with #BBA63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA63A; }

 p { color: rgb(187,166,58); }

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

background-color css

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

 a { background-color: rgb(187,166,58); }

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

border-color css

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

 span { border-color: rgb(187,166,58); }

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