Html Css Color HEX #BFA453 Sundance

📋 copy color: '#BFA453'

red 191 ◦ green 164 ◦ blue 83

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

Shades of Sundance #BFA453

Tints of Sundance #BFA453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.95%

R = 43.61%
G = 37.44%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BFA453 (or 0xBFA453) is known color: Sundance. HEX triplet: BF, A4 and 53. RGB value is (191,164,83). Sum of RGB (Red+Green+Blue) = 191+164+83=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA453 is #405BAC. Grayscale: #A3A3A3. Windows color (decimal): -4217773 or 5481663. OLE color: 5481663.

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

Color convert

RGB 191 164 83 -
CMYK 0 0.14 0.57 0.25
HSL 45º 0.46% 0.54% -
HSV(B) 45º 0.57% 0.75% -
XYZ 36.32 38.25 13.65 -
YUV 162.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 191 164 83 0 0.14 0.57 0.25 45 0.46 0.54
Hex BF A4 53 0 E 39 19 2D 2E 36
Octal 277 244 123 0 16 71 31 55 56 66
Binary 10111111 10100100 1010011 0 1110 111001 11001 101101 101110 110110

Color Harmonies of #BFA453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA453

Black with #BFA453

Text Example


Text Example

White with #BFA453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA453; }

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

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

background-color css

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

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

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

border-color css

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

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

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