Html Css Color HEX #BE8C76 Brandy Rose

📋 copy color: '#BE8C76'

red 190 ◦ green 140 ◦ blue 118

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

Shades of Brandy Rose #BE8C76

Tints of Brandy Rose #BE8C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.25%

 BLUE value IS 118 (46.48% from 255) = 26.34%

R = 42.41%
G = 31.25%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE8C76 (or 0xBE8C76) is known color: Brandy Rose. HEX triplet: BE, 8C and 76. RGB value is (190,140,118). Sum of RGB (Red+Green+Blue) = 190+140+118=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C76 is #417389. Grayscale: #989898. Windows color (decimal): -4289418 or 7769278. OLE color: 7769278.

HSL color Cylindrical-coordinate representation of color #BE8C76: hue angle of 18.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE8C76 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 140 118 -
CMYK 0 0.26 0.38 0.25
HSL 18.33º 0.36% 0.6% -
HSV(B) 18.33º 0.38% 0.75% -
XYZ 33.88 31.01 21.34 -
YUV 152.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 190 140 118 0 0.26 0.38 0.25 18.33 0.36 0.6
Hex BE 8C 76 0 1A 26 19 12 24 3C
Octal 276 214 166 0 32 46 31 22 44 74
Binary 10111110 10001100 1110110 0 11010 100110 11001 10010 100100 111100

Color Harmonies of #BE8C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C76

Black with #BE8C76

Text Example


Text Example

White with #BE8C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C76; }

 p { color: rgb(190,140,118); }

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

background-color css

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

 a { background-color: rgb(190,140,118); }

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

border-color css

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

 span { border-color: rgb(190,140,118); }

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