Html Css Color HEX #BBA23E Brass

📋 copy color: '#BBA23E'

red 187 ◦ green 162 ◦ blue 62

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

Shades of Brass #BBA23E

Tints of Brass #BBA23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.09%

R = 45.5%
G = 39.42%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBA23E (or 0xBBA23E) is known color: Brass. HEX triplet: BB, A2 and 3E. RGB value is (187,162,62). Sum of RGB (Red+Green+Blue) = 187+162+62=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA23E is #445DC1. Grayscale: #9E9E9E. Windows color (decimal): -4480450 or 4104891. OLE color: 4104891.

HSL color Cylindrical-coordinate representation of color #BBA23E: hue angle of 48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBA23E is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 162 62 -
CMYK 0 0.13 0.67 0.27
HSL 48º 0.5% 0.49% -
HSV(B) 48º 0.67% 0.73% -
XYZ 34.28 36.75 9.84 -
YUV 158.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 187 162 62 0 0.13 0.67 0.27 48 0.5 0.49
Hex BB A2 3E 0 D 43 1B 30 32 31
Octal 273 242 76 0 15 103 33 60 62 61
Binary 10111011 10100010 111110 0 1101 1000011 11011 110000 110010 110001

Color Harmonies of #BBA23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA23E

Black with #BBA23E

Text Example


Text Example

White with #BBA23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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