Html Css Color HEX #BBA43E Brass

📋 copy color: '#BBA43E'

red 187 ◦ green 164 ◦ blue 62

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

Shades of Brass #BBA43E

Tints of Brass #BBA43E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.71%

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

R = 45.28%
G = 39.71%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBA43E (or 0xBBA43E) is known color: Brass. HEX triplet: BB, A4 and 3E. RGB value is (187,164,62). Sum of RGB (Red+Green+Blue) = 187+164+62=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA43E is #445BC1. Grayscale: #9F9F9F. Windows color (decimal): -4479938 or 4105403. OLE color: 4105403.

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

Color convert

RGB 187 164 62 -
CMYK 0 0.12 0.67 0.27
HSL 48.96º 0.5% 0.49% -
HSV(B) 48.96º 0.67% 0.73% -
XYZ 34.64 37.46 9.96 -
YUV 159.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 187 164 62 0 0.12 0.67 0.27 48.96 0.5 0.49
Hex BB A4 3E 0 C 43 1B 31 32 31
Octal 273 244 76 0 14 103 33 61 62 61
Binary 10111011 10100100 111110 0 1100 1000011 11011 110001 110010 110001

Color Harmonies of #BBA43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA43E

Black with #BBA43E

Text Example


Text Example

White with #BBA43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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