Html Css Color HEX #BF603C Smoke Tree

📋 copy color: '#BF603C'

red 191 ◦ green 96 ◦ blue 60

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

Shades of Smoke Tree #BF603C

Tints of Smoke Tree #BF603C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.67%

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

R = 55.04%
G = 27.67%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF603C (or 0xBF603C) is known color: Smoke Tree. HEX triplet: BF, 60 and 3C. RGB value is (191,96,60). Sum of RGB (Red+Green+Blue) = 191+96+60=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF603C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF603C is #409FC3. Grayscale: #787878. Windows color (decimal): -4235204 or 3956927. OLE color: 3956927.

HSL color Cylindrical-coordinate representation of color #BF603C: hue angle of 16.49º 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 #BF603C is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 96 60 -
CMYK 0 0.50 0.69 0.25
HSL 16.49º 0.52% 0.49% -
HSV(B) 16.49º 0.69% 0.75% -
XYZ 26.48 19.77 6.69 -
YUV 120.3 93.97 178.43 -
System Red Green Blue C M Y K H S L
Decimal 191 96 60 0 0.50 0.69 0.25 16.49 0.52 0.49
Hex BF 60 3C 0 32 45 19 10 34 31
Octal 277 140 74 0 62 105 31 20 64 61
Binary 10111111 1100000 111100 0 110010 1000101 11001 10000 110100 110001

Color Harmonies of #BF603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF603C

Black with #BF603C

Text Example


Text Example

White with #BF603C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF603C; }

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

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

background-color css

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

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

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

border-color css

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

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

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