Html Css Color HEX #BBA63E Brass

📋 copy color: '#BBA63E'

red 187 ◦ green 166 ◦ blue 62

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

Shades of Brass #BBA63E

Tints of Brass #BBA63E

RGB

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

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

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

R = 45.06%
G = 40%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBA63E (or 0xBBA63E) is known color: Brass. HEX triplet: BB, A6 and 3E. RGB value is (187,166,62). Sum of RGB (Red+Green+Blue) = 187+166+62=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA63E is #4459C1. Grayscale: #A0A0A0. Windows color (decimal): -4479426 or 4105915. OLE color: 4105915.

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

Color convert

RGB 187 166 62 -
CMYK 0 0.11 0.67 0.27
HSL 49.92º 0.5% 0.49% -
HSV(B) 49.92º 0.67% 0.73% -
XYZ 35 38.19 10.08 -
YUV 160.42 72.46 146.96 -
System Red Green Blue C M Y K H S L
Decimal 187 166 62 0 0.11 0.67 0.27 49.92 0.5 0.49
Hex BB A6 3E 0 B 43 1B 32 32 31
Octal 273 246 76 0 13 103 33 62 62 61
Binary 10111011 10100110 111110 0 1011 1000011 11011 110010 110010 110001

Color Harmonies of #BBA63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA63E

Black with #BBA63E

Text Example


Text Example

White with #BBA63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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