Html Css Color HEX #BF603B Smoke Tree

📋 copy color: '#BF603B'

red 191 ◦ green 96 ◦ blue 59

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

Shades of Smoke Tree #BF603B

Tints of Smoke Tree #BF603B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.05%

R = 55.2%
G = 27.75%
B = 17.05%

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

#BF603B (or 0xBF603B) is known color: Smoke Tree. HEX triplet: BF, 60 and 3B. RGB value is (191,96,59). Sum of RGB (Red+Green+Blue) = 191+96+59=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF603B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF603B is #409FC4. Grayscale: #787878. Windows color (decimal): -4235205 or 3891391. OLE color: 3891391.

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

Color convert

RGB 191 96 59 -
CMYK 0 0.50 0.69 0.25
HSL 16.82º 0.53% 0.49% -
HSV(B) 16.82º 0.69% 0.75% -
XYZ 26.46 19.76 6.56 -
YUV 120.19 93.47 178.51 -
System Red Green Blue C M Y K H S L
Decimal 191 96 59 0 0.50 0.69 0.25 16.82 0.53 0.49
Hex BF 60 3B 0 32 45 19 11 35 31
Octal 277 140 73 0 62 105 31 21 65 61
Binary 10111111 1100000 111011 0 110010 1000101 11001 10001 110101 110001

Color Harmonies of #BF603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF603B

Black with #BF603B

Text Example


Text Example

White with #BF603B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF603B; }

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

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

background-color css

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

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

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

border-color css

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

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

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