Html Css Color HEX #BE8973 Brandy Rose

📋 copy color: '#BE8973'

red 190 ◦ green 137 ◦ blue 115

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

Shades of Brandy Rose #BE8973

Tints of Brandy Rose #BE8973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31%

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

R = 42.99%
G = 31%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE8973 (or 0xBE8973) is known color: Brandy Rose. HEX triplet: BE, 89 and 73. RGB value is (190,137,115). Sum of RGB (Red+Green+Blue) = 190+137+115=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8973 is #41768C. Grayscale: #969696. Windows color (decimal): -4290189 or 7571902. OLE color: 7571902.

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

Color convert

RGB 190 137 115 -
CMYK 0 0.28 0.39 0.25
HSL 17.6º 0.37% 0.6% -
HSV(B) 17.6º 0.39% 0.75% -
XYZ 33.28 30.08 20.27 -
YUV 150.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 190 137 115 0 0.28 0.39 0.25 17.6 0.37 0.6
Hex BE 89 73 0 1C 27 19 12 25 3C
Octal 276 211 163 0 34 47 31 22 45 74
Binary 10111110 10001001 1110011 0 11100 100111 11001 10010 100101 111100

Color Harmonies of #BE8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8973

Black with #BE8973

Text Example


Text Example

White with #BE8973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8973; }

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

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

background-color css

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

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

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

border-color css

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

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

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