Html Css Color HEX #BE8B75 Brandy Rose

📋 copy color: '#BE8B75'

red 190 ◦ green 139 ◦ blue 117

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

Shades of Brandy Rose #BE8B75

Tints of Brandy Rose #BE8B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 42.6%
G = 31.17%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE8B75 (or 0xBE8B75) is known color: Brandy Rose. HEX triplet: BE, 8B and 75. RGB value is (190,139,117). Sum of RGB (Red+Green+Blue) = 190+139+117=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8B75 is #41748A. Grayscale: #979797. Windows color (decimal): -4289675 or 7703486. OLE color: 7703486.

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

Color convert

RGB 190 139 117 -
CMYK 0 0.27 0.38 0.25
HSL 18.08º 0.36% 0.6% -
HSV(B) 18.08º 0.38% 0.75% -
XYZ 33.68 30.7 20.98 -
YUV 151.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 190 139 117 0 0.27 0.38 0.25 18.08 0.36 0.6
Hex BE 8B 75 0 1B 26 19 12 24 3C
Octal 276 213 165 0 33 46 31 22 44 74
Binary 10111110 10001011 1110101 0 11011 100110 11001 10010 100100 111100

Color Harmonies of #BE8B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8B75

Black with #BE8B75

Text Example


Text Example

White with #BE8B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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