Html Css Color HEX #BFAB57 Sundance

📋 copy color: '#BFAB57'

red 191 ◦ green 171 ◦ blue 87

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

Shades of Sundance #BFAB57

Tints of Sundance #BFAB57

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.08%

 BLUE value IS 87 (34.38% from 255) = 19.38%

R = 42.54%
G = 38.08%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFAB57 (or 0xBFAB57) is known color: Sundance. HEX triplet: BF, AB and 57. RGB value is (191,171,87). Sum of RGB (Red+Green+Blue) = 191+171+87=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB57 is #4054A8. Grayscale: #A7A7A7. Windows color (decimal): -4215977 or 5745599. OLE color: 5745599.

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

Color convert

RGB 191 171 87 -
CMYK 0 0.10 0.54 0.25
HSL 48.46º 0.45% 0.55% -
HSV(B) 48.46º 0.54% 0.75% -
XYZ 37.77 40.89 14.92 -
YUV 167.4 82.63 144.83 -
System Red Green Blue C M Y K H S L
Decimal 191 171 87 0 0.10 0.54 0.25 48.46 0.45 0.55
Hex BF AB 57 0 A 36 19 30 2D 37
Octal 277 253 127 0 12 66 31 60 55 67
Binary 10111111 10101011 1010111 0 1010 110110 11001 110000 101101 110111

Color Harmonies of #BFAB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB57

Black with #BFAB57

Text Example


Text Example

White with #BFAB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB57; }

 p { color: rgb(191,171,87); }

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

background-color css

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

 a { background-color: rgb(191,171,87); }

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

border-color css

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

 span { border-color: rgb(191,171,87); }

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