Html Css Color HEX #BE925C Twine

📋 copy color: '#BE925C'

red 190 ◦ green 146 ◦ blue 92

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

Shades of Twine #BE925C

Tints of Twine #BE925C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.11%

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

R = 44.39%
G = 34.11%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE925C (or 0xBE925C) is known color: Twine. HEX triplet: BE, 92 and 5C. RGB value is (190,146,92). Sum of RGB (Red+Green+Blue) = 190+146+92=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE925C is #416DA3. Grayscale: #999999. Windows color (decimal): -4287908 or 6066878. OLE color: 6066878.

HSL color Cylindrical-coordinate representation of color #BE925C: hue angle of 33.06º 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 #BE925C is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 146 92 -
CMYK 0 0.23 0.52 0.25
HSL 33.06º 0.43% 0.55% -
HSV(B) 33.06º 0.52% 0.75% -
XYZ 33.45 32.28 14.59 -
YUV 153 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 190 146 92 0 0.23 0.52 0.25 33.06 0.43 0.55
Hex BE 92 5C 0 17 34 19 21 2B 37
Octal 276 222 134 0 27 64 31 41 53 67
Binary 10111110 10010010 1011100 0 10111 110100 11001 100001 101011 110111

Color Harmonies of #BE925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE925C

Black with #BE925C

Text Example


Text Example

White with #BE925C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE925C; }

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

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

background-color css

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

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

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

border-color css

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

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

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