Html Css Color HEX #BE8671 Brandy Rose

📋 copy color: '#BE8671'

red 190 ◦ green 134 ◦ blue 113

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

Shades of Brandy Rose #BE8671

Tints of Brandy Rose #BE8671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.66%

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 43.48%
G = 30.66%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE8671 (or 0xBE8671) is known color: Brandy Rose. HEX triplet: BE, 86 and 71. RGB value is (190,134,113). Sum of RGB (Red+Green+Blue) = 190+134+113=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8671 is #41798E. Grayscale: #949494. Windows color (decimal): -4290959 or 7440062. OLE color: 7440062.

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

Color convert

RGB 190 134 113 -
CMYK 0 0.29 0.41 0.25
HSL 16.36º 0.37% 0.59% -
HSV(B) 16.36º 0.41% 0.75% -
XYZ 32.74 29.19 19.53 -
YUV 148.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 190 134 113 0 0.29 0.41 0.25 16.36 0.37 0.59
Hex BE 86 71 0 1D 29 19 10 25 3B
Octal 276 206 161 0 35 51 31 20 45 73
Binary 10111110 10000110 1110001 0 11101 101001 11001 10000 100101 111011

Color Harmonies of #BE8671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8671

Black with #BE8671

Text Example


Text Example

White with #BE8671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8671; }

 p { color: rgb(190,134,113); }

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

background-color css

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

 a { background-color: rgb(190,134,113); }

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

border-color css

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

 span { border-color: rgb(190,134,113); }

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