Html Css Color HEX #BF8F44 Tussock

📋 copy color: '#BF8F44'

red 191 ◦ green 143 ◦ blue 68

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

Shades of Tussock #BF8F44

Tints of Tussock #BF8F44

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

 BLUE value IS 68 (26.95% from 255) = 16.92%

R = 47.51%
G = 35.57%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF8F44 (or 0xBF8F44) is known color: Tussock. HEX triplet: BF, 8F and 44. RGB value is (191,143,68). Sum of RGB (Red+Green+Blue) = 191+143+68=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F44 is #4070BB. Grayscale: #959595. Windows color (decimal): -4223164 or 4493247. OLE color: 4493247.

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

Color convert

RGB 191 143 68 -
CMYK 0 0.25 0.64 0.25
HSL 36.59º 0.49% 0.51% -
HSV(B) 36.59º 0.64% 0.75% -
XYZ 32.35 31.14 9.77 -
YUV 148.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 191 143 68 0 0.25 0.64 0.25 36.59 0.49 0.51
Hex BF 8F 44 0 19 40 19 25 31 33
Octal 277 217 104 0 31 100 31 45 61 63
Binary 10111111 10001111 1000100 0 11001 1000000 11001 100101 110001 110011

Color Harmonies of #BF8F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F44

Black with #BF8F44

Text Example


Text Example

White with #BF8F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F44; }

 p { color: rgb(191,143,68); }

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

background-color css

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

 a { background-color: rgb(191,143,68); }

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

border-color css

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

 span { border-color: rgb(191,143,68); }

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