Html Css Color HEX #BE875C Twine

📋 copy color: '#BE875C'

red 190 ◦ green 135 ◦ blue 92

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

Shades of Twine #BE875C

Tints of Twine #BE875C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 45.56%
G = 32.37%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE875C (or 0xBE875C) is known color: Twine. HEX triplet: BE, 87 and 5C. RGB value is (190,135,92). Sum of RGB (Red+Green+Blue) = 190+135+92=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE875C is #4178A3. Grayscale: #929292. Windows color (decimal): -4290724 or 6064062. OLE color: 6064062.

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

Color convert

RGB 190 135 92 -
CMYK 0 0.29 0.52 0.25
HSL 26.33º 0.43% 0.55% -
HSV(B) 26.33º 0.52% 0.75% -
XYZ 31.83 29.05 14.05 -
YUV 146.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 190 135 92 0 0.29 0.52 0.25 26.33 0.43 0.55
Hex BE 87 5C 0 1D 34 19 1A 2B 37
Octal 276 207 134 0 35 64 31 32 53 67
Binary 10111110 10000111 1011100 0 11101 110100 11001 11010 101011 110111

Color Harmonies of #BE875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE875C

Black with #BE875C

Text Example


Text Example

White with #BE875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE875C; }

 p { color: rgb(190,135,92); }

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

background-color css

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

 a { background-color: rgb(190,135,92); }

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

border-color css

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

 span { border-color: rgb(190,135,92); }

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