Html Css Color HEX #BBA13D Brass

📋 copy color: '#BBA13D'

red 187 ◦ green 161 ◦ blue 61

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

Shades of Brass #BBA13D

Tints of Brass #BBA13D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.36%

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

R = 45.72%
G = 39.36%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBA13D (or 0xBBA13D) is known color: Brass. HEX triplet: BB, A1 and 3D. RGB value is (187,161,61). Sum of RGB (Red+Green+Blue) = 187+161+61=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA13D is #445EC2. Grayscale: #9D9D9D. Windows color (decimal): -4480707 or 4039099. OLE color: 4039099.

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

Color convert

RGB 187 161 61 -
CMYK 0 0.14 0.67 0.27
HSL 47.62º 0.51% 0.49% -
HSV(B) 47.62º 0.67% 0.73% -
XYZ 34.08 36.39 9.64 -
YUV 157.37 73.61 149.13 -
System Red Green Blue C M Y K H S L
Decimal 187 161 61 0 0.14 0.67 0.27 47.62 0.51 0.49
Hex BB A1 3D 0 E 43 1B 30 33 31
Octal 273 241 75 0 16 103 33 60 63 61
Binary 10111011 10100001 111101 0 1110 1000011 11011 110000 110011 110001

Color Harmonies of #BBA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA13D

Black with #BBA13D

Text Example


Text Example

White with #BBA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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