Html Css Color HEX #BE8373 Brandy Rose

📋 copy color: '#BE8373'

red 190 ◦ green 131 ◦ blue 115

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

Shades of Brandy Rose #BE8373

Tints of Brandy Rose #BE8373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.38%

R = 43.58%
G = 30.05%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE8373 (or 0xBE8373) is known color: Brandy Rose. HEX triplet: BE, 83 and 73. RGB value is (190,131,115). Sum of RGB (Red+Green+Blue) = 190+131+115=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8373 is #417C8C. Grayscale: #929292. Windows color (decimal): -4291725 or 7570366. OLE color: 7570366.

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

Color convert

RGB 190 131 115 -
CMYK 0 0.31 0.39 0.25
HSL 12.8º 0.37% 0.6% -
HSV(B) 12.8º 0.39% 0.75% -
XYZ 32.45 28.42 19.99 -
YUV 146.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 190 131 115 0 0.31 0.39 0.25 12.8 0.37 0.6
Hex BE 83 73 0 1F 27 19 D 25 3C
Octal 276 203 163 0 37 47 31 15 45 74
Binary 10111110 10000011 1110011 0 11111 100111 11001 1101 100101 111100

Color Harmonies of #BE8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8373

Black with #BE8373

Text Example


Text Example

White with #BE8373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8373; }

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

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

background-color css

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

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

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

border-color css

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

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

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