Html Css Color HEX #BFB550 Sundance

📋 copy color: '#BFB550'

red 191 ◦ green 181 ◦ blue 80

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

Shades of Sundance #BFB550

Tints of Sundance #BFB550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.04%

 BLUE value IS 80 (31.64% from 255) = 17.7%

R = 42.26%
G = 40.04%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BFB550 (or 0xBFB550) is known color: Sundance. HEX triplet: BF, B5 and 50. RGB value is (191,181,80). Sum of RGB (Red+Green+Blue) = 191+181+80=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB550 is #404AAF. Grayscale: #ACACAC. Windows color (decimal): -4213424 or 5289407. OLE color: 5289407.

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

Color convert

RGB 191 181 80 -
CMYK 0 0.05 0.58 0.25
HSL 54.59º 0.46% 0.53% -
HSV(B) 54.59º 0.58% 0.75% -
XYZ 39.46 44.7 14.14 -
YUV 172.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 191 181 80 0 0.05 0.58 0.25 54.59 0.46 0.53
Hex BF B5 50 0 5 3A 19 37 2E 35
Octal 277 265 120 0 5 72 31 67 56 65
Binary 10111111 10110101 1010000 0 101 111010 11001 110111 101110 110101

Color Harmonies of #BFB550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB550

Black with #BFB550

Text Example


Text Example

White with #BFB550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB550; }

 p { color: rgb(191,181,80); }

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

background-color css

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

 a { background-color: rgb(191,181,80); }

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

border-color css

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

 span { border-color: rgb(191,181,80); }

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