Html Css Color HEX #BE8377 Brandy Rose

📋 copy color: '#BE8377'

red 190 ◦ green 131 ◦ blue 119

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

Shades of Brandy Rose #BE8377

Tints of Brandy Rose #BE8377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.77%

 BLUE value IS 119 (46.88% from 255) = 27.05%

R = 43.18%
G = 29.77%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE8377 (or 0xBE8377) is known color: Brandy Rose. HEX triplet: BE, 83 and 77. RGB value is (190,131,119). Sum of RGB (Red+Green+Blue) = 190+131+119=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8377 is #417C88. Grayscale: #939393. Windows color (decimal): -4291721 or 7832510. OLE color: 7832510.

HSL color Cylindrical-coordinate representation of color #BE8377: hue angle of 10.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE8377 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 131 119 -
CMYK 0 0.31 0.37 0.25
HSL 10.14º 0.35% 0.61% -
HSV(B) 10.14º 0.37% 0.75% -
XYZ 32.68 28.51 21.23 -
YUV 147.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 190 131 119 0 0.31 0.37 0.25 10.14 0.35 0.61
Hex BE 83 77 0 1F 25 19 A 23 3D
Octal 276 203 167 0 37 45 31 12 43 75
Binary 10111110 10000011 1110111 0 11111 100101 11001 1010 100011 111101

Color Harmonies of #BE8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8377

Black with #BE8377

Text Example


Text Example

White with #BE8377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8377; }

 p { color: rgb(190,131,119); }

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

background-color css

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

 a { background-color: rgb(190,131,119); }

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

border-color css

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

 span { border-color: rgb(190,131,119); }

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