Html Css Color HEX #BFA648 Sundance

📋 copy color: '#BFA648'

red 191 ◦ green 166 ◦ blue 72

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

Shades of Sundance #BFA648

Tints of Sundance #BFA648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.78%

R = 44.52%
G = 38.69%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BFA648 (or 0xBFA648) is known color: Sundance. HEX triplet: BF, A6 and 48. RGB value is (191,166,72). Sum of RGB (Red+Green+Blue) = 191+166+72=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA648 is #4059B7. Grayscale: #A3A3A3. Windows color (decimal): -4217272 or 4761279. OLE color: 4761279.

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

Color convert

RGB 191 166 72 -
CMYK 0 0.13 0.62 0.25
HSL 47.39º 0.48% 0.52% -
HSV(B) 47.39º 0.62% 0.75% -
XYZ 36.29 38.82 11.71 -
YUV 162.76 76.78 148.14 -
System Red Green Blue C M Y K H S L
Decimal 191 166 72 0 0.13 0.62 0.25 47.39 0.48 0.52
Hex BF A6 48 0 D 3E 19 2F 30 34
Octal 277 246 110 0 15 76 31 57 60 64
Binary 10111111 10100110 1001000 0 1101 111110 11001 101111 110000 110100

Color Harmonies of #BFA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA648

Black with #BFA648

Text Example


Text Example

White with #BFA648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA648; }

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

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

background-color css

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

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

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

border-color css

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

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

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