Html Css Color HEX #BBA33E Brass

📋 copy color: '#BBA33E'

red 187 ◦ green 163 ◦ blue 62

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

Shades of Brass #BBA33E

Tints of Brass #BBA33E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.56%

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

R = 45.39%
G = 39.56%
B = 15.05%

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

#BBA33E (or 0xBBA33E) is known color: Brass. HEX triplet: BB, A3 and 3E. RGB value is (187,163,62). Sum of RGB (Red+Green+Blue) = 187+163+62=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA33E is #445CC1. Grayscale: #9F9F9F. Windows color (decimal): -4480194 or 4105147. OLE color: 4105147.

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

Color convert

RGB 187 163 62 -
CMYK 0 0.13 0.67 0.27
HSL 48.48º 0.5% 0.49% -
HSV(B) 48.48º 0.67% 0.73% -
XYZ 34.46 37.11 9.9 -
YUV 158.66 73.45 148.21 -
System Red Green Blue C M Y K H S L
Decimal 187 163 62 0 0.13 0.67 0.27 48.48 0.5 0.49
Hex BB A3 3E 0 D 43 1B 30 32 31
Octal 273 243 76 0 15 103 33 60 62 61
Binary 10111011 10100011 111110 0 1101 1000011 11011 110000 110010 110001

Color Harmonies of #BBA33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA33E

Black with #BBA33E

Text Example


Text Example

White with #BBA33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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