Html Css Color HEX #BE694B Red Damask

📋 copy color: '#BE694B'

red 190 ◦ green 105 ◦ blue 75

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

Shades of Red Damask #BE694B

Tints of Red Damask #BE694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.38%

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

R = 51.35%
G = 28.38%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE694B (or 0xBE694B) is known color: Red Damask. HEX triplet: BE, 69 and 4B. RGB value is (190,105,75). Sum of RGB (Red+Green+Blue) = 190+105+75=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE694B is #4196B4. Grayscale: #7F7F7F. Windows color (decimal): -4298421 or 4942270. OLE color: 4942270.

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

Color convert

RGB 190 105 75 -
CMYK 0 0.45 0.61 0.25
HSL 15.65º 0.47% 0.52% -
HSV(B) 15.65º 0.61% 0.75% -
XYZ 27.56 21.56 9.37 -
YUV 127 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 190 105 75 0 0.45 0.61 0.25 15.65 0.47 0.52
Hex BE 69 4B 0 2D 3D 19 10 2F 34
Octal 276 151 113 0 55 75 31 20 57 64
Binary 10111110 1101001 1001011 0 101101 111101 11001 10000 101111 110100

Color Harmonies of #BE694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE694B

Black with #BE694B

Text Example


Text Example

White with #BE694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE694B; }

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

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

background-color css

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

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

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

border-color css

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

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

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