Html Css Color HEX #BE8874 Brandy Rose

📋 copy color: '#BE8874'

red 190 ◦ green 136 ◦ blue 116

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

Shades of Brandy Rose #BE8874

Tints of Brandy Rose #BE8874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.77%

 BLUE value IS 116 (45.7% from 255) = 26.24%

R = 42.99%
G = 30.77%
B = 26.24%

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

#BE8874 (or 0xBE8874) is known color: Brandy Rose. HEX triplet: BE, 88 and 74. RGB value is (190,136,116). Sum of RGB (Red+Green+Blue) = 190+136+116=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8874 is #41778B. Grayscale: #969696. Windows color (decimal): -4290444 or 7637182. OLE color: 7637182.

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

Color convert

RGB 190 136 116 -
CMYK 0 0.28 0.39 0.25
HSL 16.22º 0.36% 0.6% -
HSV(B) 16.22º 0.39% 0.75% -
XYZ 33.19 29.82 20.53 -
YUV 149.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 190 136 116 0 0.28 0.39 0.25 16.22 0.36 0.6
Hex BE 88 74 0 1C 27 19 10 24 3C
Octal 276 210 164 0 34 47 31 20 44 74
Binary 10111110 10001000 1110100 0 11100 100111 11001 10000 100100 111100

Color Harmonies of #BE8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8874

Black with #BE8874

Text Example


Text Example

White with #BE8874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8874; }

 p { color: rgb(190,136,116); }

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

background-color css

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

 a { background-color: rgb(190,136,116); }

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

border-color css

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

 span { border-color: rgb(190,136,116); }

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