Html Css Color HEX #BBA23A Brass

📋 copy color: '#BBA23A'

red 187 ◦ green 162 ◦ blue 58

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

Shades of Brass #BBA23A

Tints of Brass #BBA23A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.8%

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

R = 45.95%
G = 39.8%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BBA23A (or 0xBBA23A) is known color: Brass. HEX triplet: BB, A2 and 3A. RGB value is (187,162,58). Sum of RGB (Red+Green+Blue) = 187+162+58=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA23A is #445DC5. Grayscale: #9E9E9E. Windows color (decimal): -4480454 or 3842747. OLE color: 3842747.

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

Color convert

RGB 187 162 58 -
CMYK 0 0.13 0.69 0.27
HSL 48.37º 0.53% 0.48% -
HSV(B) 48.37º 0.69% 0.73% -
XYZ 34.18 36.71 9.29 -
YUV 157.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 187 162 58 0 0.13 0.69 0.27 48.37 0.53 0.48
Hex BB A2 3A 0 D 45 1B 30 35 30
Octal 273 242 72 0 15 105 33 60 65 60
Binary 10111011 10100010 111010 0 1101 1000101 11011 110000 110101 110000

Color Harmonies of #BBA23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA23A

Black with #BBA23A

Text Example


Text Example

White with #BBA23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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