Html Css Color HEX #BFA435 Brass

📋 copy color: '#BFA435'

red 191 ◦ green 164 ◦ blue 53

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

Shades of Brass #BFA435

Tints of Brass #BFA435

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.2%

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

R = 46.81%
G = 40.2%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BFA435 (or 0xBFA435) is known color: Brass. HEX triplet: BF, A4 and 35. RGB value is (191,164,53). Sum of RGB (Red+Green+Blue) = 191+164+53=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA435 is #405BCA. Grayscale: #9F9F9F. Windows color (decimal): -4217803 or 3515583. OLE color: 3515583.

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

Color convert

RGB 191 164 53 -
CMYK 0 0.14 0.72 0.25
HSL 48.26º 0.57% 0.48% -
HSV(B) 48.26º 0.72% 0.75% -
XYZ 35.4 37.88 8.81 -
YUV 159.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 191 164 53 0 0.14 0.72 0.25 48.26 0.57 0.48
Hex BF A4 35 0 E 48 19 30 39 30
Octal 277 244 65 0 16 110 31 60 71 60
Binary 10111111 10100100 110101 0 1110 1001000 11001 110000 111001 110000

Color Harmonies of #BFA435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA435

Black with #BFA435

Text Example


Text Example

White with #BFA435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA435; }

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

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

background-color css

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

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

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

border-color css

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

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

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