Html Css Color HEX #BE8C7E Brandy Rose

📋 copy color: '#BE8C7E'

red 190 ◦ green 140 ◦ blue 126

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

Shades of Brandy Rose #BE8C7E

Tints of Brandy Rose #BE8C7E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

 BLUE value IS 126 (49.61% from 255) = 27.63%

R = 41.67%
G = 30.7%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE8C7E (or 0xBE8C7E) is known color: Brandy Rose. HEX triplet: BE, 8C and 7E. RGB value is (190,140,126). Sum of RGB (Red+Green+Blue) = 190+140+126=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C7E is #417381. Grayscale: #999999. Windows color (decimal): -4289410 or 8293566. OLE color: 8293566.

HSL color Cylindrical-coordinate representation of color #BE8C7E: hue angle of 13.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE8C7E is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 140 126 -
CMYK 0 0.26 0.34 0.25
HSL 13.13º 0.33% 0.62% -
HSV(B) 13.13º 0.34% 0.75% -
XYZ 34.38 31.21 23.95 -
YUV 153.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 190 140 126 0 0.26 0.34 0.25 13.13 0.33 0.62
Hex BE 8C 7E 0 1A 22 19 D 21 3E
Octal 276 214 176 0 32 42 31 15 41 76
Binary 10111110 10001100 1111110 0 11010 100010 11001 1101 100001 111110

Color Harmonies of #BE8C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C7E

Black with #BE8C7E

Text Example


Text Example

White with #BE8C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C7E; }

 p { color: rgb(190,140,126); }

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

background-color css

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

 a { background-color: rgb(190,140,126); }

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

border-color css

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

 span { border-color: rgb(190,140,126); }

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