Html Css Color HEX #BE6A4B Red Damask

📋 copy color: '#BE6A4B'

red 190 ◦ green 106 ◦ blue 75

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

Shades of Red Damask #BE6A4B

Tints of Red Damask #BE6A4B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.57%

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

R = 51.21%
G = 28.57%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE6A4B (or 0xBE6A4B) is known color: Red Damask. HEX triplet: BE, 6A and 4B. RGB value is (190,106,75). Sum of RGB (Red+Green+Blue) = 190+106+75=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A4B is #4195B4. Grayscale: #7F7F7F. Windows color (decimal): -4298165 or 4942526. OLE color: 4942526.

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

Color convert

RGB 190 106 75 -
CMYK 0 0.44 0.61 0.25
HSL 16.17º 0.47% 0.52% -
HSV(B) 16.17º 0.61% 0.75% -
XYZ 27.66 21.76 9.4 -
YUV 127.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 190 106 75 0 0.44 0.61 0.25 16.17 0.47 0.52
Hex BE 6A 4B 0 2C 3D 19 10 2F 34
Octal 276 152 113 0 54 75 31 20 57 64
Binary 10111110 1101010 1001011 0 101100 111101 11001 10000 101111 110100

Color Harmonies of #BE6A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A4B

Black with #BE6A4B

Text Example


Text Example

White with #BE6A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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