Html Css Color HEX #BBA53D Brass

📋 copy color: '#BBA53D'

red 187 ◦ green 165 ◦ blue 61

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

Shades of Brass #BBA53D

Tints of Brass #BBA53D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.95%

 BLUE value IS 61 (24.22% from 255) = 14.77%

R = 45.28%
G = 39.95%
B = 14.77%

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

#BBA53D (or 0xBBA53D) is known color: Brass. HEX triplet: BB, A5 and 3D. RGB value is (187,165,61). Sum of RGB (Red+Green+Blue) = 187+165+61=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA53D is #445AC2. Grayscale: #A0A0A0. Windows color (decimal): -4479683 or 4040123. OLE color: 4040123.

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

Color convert

RGB 187 165 61 -
CMYK 0 0.12 0.67 0.27
HSL 49.52º 0.51% 0.49% -
HSV(B) 49.52º 0.67% 0.73% -
XYZ 34.79 37.81 9.88 -
YUV 159.72 72.29 147.46 -
System Red Green Blue C M Y K H S L
Decimal 187 165 61 0 0.12 0.67 0.27 49.52 0.51 0.49
Hex BB A5 3D 0 C 43 1B 32 33 31
Octal 273 245 75 0 14 103 33 62 63 61
Binary 10111011 10100101 111101 0 1100 1000011 11011 110010 110011 110001

Color Harmonies of #BBA53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA53D

Black with #BBA53D

Text Example


Text Example

White with #BBA53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA53D; }

 p { color: rgb(187,165,61); }

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

background-color css

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

 a { background-color: rgb(187,165,61); }

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

border-color css

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

 span { border-color: rgb(187,165,61); }

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