Html Css Color HEX #BBA93D Brass

📋 copy color: '#BBA93D'

red 187 ◦ green 169 ◦ blue 61

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

Shades of Brass #BBA93D

Tints of Brass #BBA93D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

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

R = 44.84%
G = 40.53%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBA93D (or 0xBBA93D) is known color: Brass. HEX triplet: BB, A9 and 3D. RGB value is (187,169,61). Sum of RGB (Red+Green+Blue) = 187+169+61=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA93D is #4456C2. Grayscale: #A2A2A2. Windows color (decimal): -4478659 or 4041147. OLE color: 4041147.

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

Color convert

RGB 187 169 61 -
CMYK 0 0.10 0.67 0.27
HSL 51.43º 0.51% 0.49% -
HSV(B) 51.43º 0.67% 0.73% -
XYZ 35.52 39.28 10.12 -
YUV 162.07 70.96 145.78 -
System Red Green Blue C M Y K H S L
Decimal 187 169 61 0 0.10 0.67 0.27 51.43 0.51 0.49
Hex BB A9 3D 0 A 43 1B 33 33 31
Octal 273 251 75 0 12 103 33 63 63 61
Binary 10111011 10101001 111101 0 1010 1000011 11011 110011 110011 110001

Color Harmonies of #BBA93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA93D

Black with #BBA93D

Text Example


Text Example

White with #BBA93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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