Html Css Color HEX #BBA243 Brass

📋 copy color: '#BBA243'

red 187 ◦ green 162 ◦ blue 67

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

Shades of Brass #BBA243

Tints of Brass #BBA243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.11%

R = 44.95%
G = 38.94%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BBA243 (or 0xBBA243) is known color: Brass. HEX triplet: BB, A2 and 43. RGB value is (187,162,67). Sum of RGB (Red+Green+Blue) = 187+162+67=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA243 is #445DBC. Grayscale: #9F9F9F. Windows color (decimal): -4480445 or 4432571. OLE color: 4432571.

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

Color convert

RGB 187 162 67 -
CMYK 0 0.13 0.64 0.27
HSL 47.5º 0.47% 0.5% -
HSV(B) 47.5º 0.64% 0.73% -
XYZ 34.43 36.81 10.6 -
YUV 158.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 187 162 67 0 0.13 0.64 0.27 47.5 0.47 0.5
Hex BB A2 43 0 D 40 1B 30 2F 32
Octal 273 242 103 0 15 100 33 60 57 62
Binary 10111011 10100010 1000011 0 1101 1000000 11011 110000 101111 110010

Color Harmonies of #BBA243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA243

Black with #BBA243

Text Example


Text Example

White with #BBA243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA243; }

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

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

background-color css

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

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

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

border-color css

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

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

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