Html Css Color HEX #BE8B72 Brandy Rose

📋 copy color: '#BE8B72'

red 190 ◦ green 139 ◦ blue 114

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

Shades of Brandy Rose #BE8B72

Tints of Brandy Rose #BE8B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.73%

R = 42.89%
G = 31.38%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE8B72 (or 0xBE8B72) is known color: Brandy Rose. HEX triplet: BE, 8B and 72. RGB value is (190,139,114). Sum of RGB (Red+Green+Blue) = 190+139+114=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8B72 is #41748D. Grayscale: #979797. Windows color (decimal): -4289678 or 7506878. OLE color: 7506878.

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

Color convert

RGB 190 139 114 -
CMYK 0 0.27 0.40 0.25
HSL 19.74º 0.37% 0.6% -
HSV(B) 19.74º 0.4% 0.75% -
XYZ 33.51 30.63 20.07 -
YUV 151.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 190 139 114 0 0.27 0.40 0.25 19.74 0.37 0.6
Hex BE 8B 72 0 1B 28 19 14 25 3C
Octal 276 213 162 0 33 50 31 24 45 74
Binary 10111110 10001011 1110010 0 11011 101000 11001 10100 100101 111100

Color Harmonies of #BE8B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8B72

Black with #BE8B72

Text Example


Text Example

White with #BE8B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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