Html Css Color HEX #BFA635 Brass

📋 copy color: '#BFA635'

red 191 ◦ green 166 ◦ blue 53

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

Shades of Brass #BFA635

Tints of Brass #BFA635

RGB

 RED value IS 191 (75% from 255) = 46.59%

 GREEN value IS 166 (65.23% from 255) = 40.49%

 BLUE value IS 53 (21.09% from 255) = 12.93%

R = 46.59%
G = 40.49%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BFA635 (or 0xBFA635) is known color: Brass. HEX triplet: BF, A6 and 35. RGB value is (191,166,53). Sum of RGB (Red+Green+Blue) = 191+166+53=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA635 is #4059CA. Grayscale: #A1A1A1. Windows color (decimal): -4217291 or 3516095. OLE color: 3516095.

HSL color Cylindrical-coordinate representation of color #BFA635: hue angle of 49.13º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFA635 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 166 53 -
CMYK 0 0.13 0.72 0.25
HSL 49.13º 0.57% 0.48% -
HSV(B) 49.13º 0.72% 0.75% -
XYZ 35.76 38.61 8.93 -
YUV 160.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 191 166 53 0 0.13 0.72 0.25 49.13 0.57 0.48
Hex BF A6 35 0 D 48 19 31 39 30
Octal 277 246 65 0 15 110 31 61 71 60
Binary 10111111 10100110 110101 0 1101 1001000 11001 110001 111001 110000

Color Harmonies of #BFA635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA635

Black with #BFA635

Text Example


Text Example

White with #BFA635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA635; }

 p { color: rgb(191,166,53); }

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

background-color css

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

 a { background-color: rgb(191,166,53); }

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

border-color css

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

 span { border-color: rgb(191,166,53); }

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