Html Css Color HEX #BE8B71 Brandy Rose

📋 copy color: '#BE8B71'

red 190 ◦ green 139 ◦ blue 113

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

Shades of Brandy Rose #BE8B71

Tints of Brandy Rose #BE8B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.45%

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

R = 42.99%
G = 31.45%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE8B71 (or 0xBE8B71) is known color: Brandy Rose. HEX triplet: BE, 8B and 71. RGB value is (190,139,113). Sum of RGB (Red+Green+Blue) = 190+139+113=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8B71 is #41748E. Grayscale: #979797. Windows color (decimal): -4289679 or 7441342. OLE color: 7441342.

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

Color convert

RGB 190 139 113 -
CMYK 0 0.27 0.41 0.25
HSL 20.26º 0.37% 0.59% -
HSV(B) 20.26º 0.41% 0.75% -
XYZ 33.45 30.6 19.77 -
YUV 151.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 190 139 113 0 0.27 0.41 0.25 20.26 0.37 0.59
Hex BE 8B 71 0 1B 29 19 14 25 3B
Octal 276 213 161 0 33 51 31 24 45 73
Binary 10111110 10001011 1110001 0 11011 101001 11001 10100 100101 111011

Color Harmonies of #BE8B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8B71

Black with #BE8B71

Text Example


Text Example

White with #BE8B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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