Html Css Color HEX #BF8748 Tussock

📋 copy color: '#BF8748'

red 191 ◦ green 135 ◦ blue 72

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

Shades of Tussock #BF8748

Tints of Tussock #BF8748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.92%

 BLUE value IS 72 (28.52% from 255) = 18.09%

R = 47.99%
G = 33.92%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF8748 (or 0xBF8748) is known color: Tussock. HEX triplet: BF, 87 and 48. RGB value is (191,135,72). Sum of RGB (Red+Green+Blue) = 191+135+72=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8748 is #4078B7. Grayscale: #909090. Windows color (decimal): -4225208 or 4753343. OLE color: 4753343.

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

Color convert

RGB 191 135 72 -
CMYK 0 0.29 0.62 0.25
HSL 31.76º 0.48% 0.52% -
HSV(B) 31.76º 0.62% 0.75% -
XYZ 31.32 28.87 10.05 -
YUV 144.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 191 135 72 0 0.29 0.62 0.25 31.76 0.48 0.52
Hex BF 87 48 0 1D 3E 19 20 30 34
Octal 277 207 110 0 35 76 31 40 60 64
Binary 10111111 10000111 1001000 0 11101 111110 11001 100000 110000 110100

Color Harmonies of #BF8748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8748

Black with #BF8748

Text Example


Text Example

White with #BF8748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8748; }

 p { color: rgb(191,135,72); }

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

background-color css

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

 a { background-color: rgb(191,135,72); }

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

border-color css

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

 span { border-color: rgb(191,135,72); }

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