Html Css Color HEX #BBA83A Brass

📋 copy color: '#BBA83A'

red 187 ◦ green 168 ◦ blue 58

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

Shades of Brass #BBA83A

Tints of Brass #BBA83A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.68%

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

R = 45.28%
G = 40.68%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BBA83A (or 0xBBA83A) is known color: Brass. HEX triplet: BB, A8 and 3A. RGB value is (187,168,58). Sum of RGB (Red+Green+Blue) = 187+168+58=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA83A is #4457C5. Grayscale: #A1A1A1. Windows color (decimal): -4478918 or 3844283. OLE color: 3844283.

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

Color convert

RGB 187 168 58 -
CMYK 0 0.10 0.69 0.27
HSL 51.16º 0.53% 0.48% -
HSV(B) 51.16º 0.69% 0.73% -
XYZ 35.26 38.88 9.65 -
YUV 161.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 187 168 58 0 0.10 0.69 0.27 51.16 0.53 0.48
Hex BB A8 3A 0 A 45 1B 33 35 30
Octal 273 250 72 0 12 105 33 63 65 60
Binary 10111011 10101000 111010 0 1010 1000101 11011 110011 110101 110000

Color Harmonies of #BBA83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA83A

Black with #BBA83A

Text Example


Text Example

White with #BBA83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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