Html Css Color HEX #BE8A6F Brandy Rose

📋 copy color: '#BE8A6F'

red 190 ◦ green 138 ◦ blue 111

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

Shades of Brandy Rose #BE8A6F

Tints of Brandy Rose #BE8A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.44%

 BLUE value IS 111 (43.75% from 255) = 25.28%

R = 43.28%
G = 31.44%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE8A6F (or 0xBE8A6F) is known color: Brandy Rose. HEX triplet: BE, 8A and 6F. RGB value is (190,138,111). Sum of RGB (Red+Green+Blue) = 190+138+111=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A6F is #417590. Grayscale: #969696. Windows color (decimal): -4289937 or 7310014. OLE color: 7310014.

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

Color convert

RGB 190 138 111 -
CMYK 0 0.27 0.42 0.25
HSL 20.51º 0.38% 0.59% -
HSV(B) 20.51º 0.42% 0.75% -
XYZ 33.19 30.27 19.13 -
YUV 150.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 190 138 111 0 0.27 0.42 0.25 20.51 0.38 0.59
Hex BE 8A 6F 0 1B 2A 19 15 26 3B
Octal 276 212 157 0 33 52 31 25 46 73
Binary 10111110 10001010 1101111 0 11011 101010 11001 10101 100110 111011

Color Harmonies of #BE8A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A6F

Black with #BE8A6F

Text Example


Text Example

White with #BE8A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A6F; }

 p { color: rgb(190,138,111); }

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

background-color css

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

 a { background-color: rgb(190,138,111); }

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

border-color css

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

 span { border-color: rgb(190,138,111); }

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