Html Css Color HEX #BE864B Tussock

📋 copy color: '#BE864B'

red 190 ◦ green 134 ◦ blue 75

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

Shades of Tussock #BE864B

Tints of Tussock #BE864B

RGB

 RED value IS 190 (74.61% from 255) = 47.62%

 GREEN value IS 134 (52.73% from 255) = 33.58%

 BLUE value IS 75 (29.69% from 255) = 18.8%

R = 47.62%
G = 33.58%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE864B (or 0xBE864B) is known color: Tussock. HEX triplet: BE, 86 and 4B. RGB value is (190,134,75). Sum of RGB (Red+Green+Blue) = 190+134+75=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE864B is #4179B4. Grayscale: #909090. Windows color (decimal): -4290997 or 4949694. OLE color: 4949694.

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

Color convert

RGB 190 134 75 -
CMYK 0 0.29 0.61 0.25
HSL 30.78º 0.47% 0.52% -
HSV(B) 30.78º 0.61% 0.75% -
XYZ 31.03 28.51 10.52 -
YUV 144.02 89.05 160.8 -
System Red Green Blue C M Y K H S L
Decimal 190 134 75 0 0.29 0.61 0.25 30.78 0.47 0.52
Hex BE 86 4B 0 1D 3D 19 1F 2F 34
Octal 276 206 113 0 35 75 31 37 57 64
Binary 10111110 10000110 1001011 0 11101 111101 11001 11111 101111 110100

Color Harmonies of #BE864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE864B

Black with #BE864B

Text Example


Text Example

White with #BE864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE864B; }

 p { color: rgb(190,134,75); }

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

background-color css

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

 a { background-color: rgb(190,134,75); }

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

border-color css

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

 span { border-color: rgb(190,134,75); }

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