Html Css Color HEX #BF753C Zest

📋 copy color: '#BF753C'

red 191 ◦ green 117 ◦ blue 60

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

Shades of Zest #BF753C

Tints of Zest #BF753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.79%

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 51.9%
G = 31.79%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF753C (or 0xBF753C) is known color: Zest. HEX triplet: BF, 75 and 3C. RGB value is (191,117,60). Sum of RGB (Red+Green+Blue) = 191+117+60=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF753C is #408AC3. Grayscale: #848484. Windows color (decimal): -4229828 or 3962303. OLE color: 3962303.

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

Color convert

RGB 191 117 60 -
CMYK 0 0.39 0.69 0.25
HSL 26.11º 0.52% 0.49% -
HSV(B) 26.11º 0.69% 0.75% -
XYZ 28.66 24.13 7.42 -
YUV 132.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 191 117 60 0 0.39 0.69 0.25 26.11 0.52 0.49
Hex BF 75 3C 0 27 45 19 1A 34 31
Octal 277 165 74 0 47 105 31 32 64 61
Binary 10111111 1110101 111100 0 100111 1000101 11001 11010 110100 110001

Color Harmonies of #BF753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF753C

Black with #BF753C

Text Example


Text Example

White with #BF753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF753C; }

 p { color: rgb(191,117,60); }

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

background-color css

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

 a { background-color: rgb(191,117,60); }

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

border-color css

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

 span { border-color: rgb(191,117,60); }

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