Html Css Color HEX #BE8A6D Brandy Rose

📋 copy color: '#BE8A6D'

red 190 ◦ green 138 ◦ blue 109

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

Shades of Brandy Rose #BE8A6D

Tints of Brandy Rose #BE8A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.94%

R = 43.48%
G = 31.58%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE8A6D (or 0xBE8A6D) is known color: Brandy Rose. HEX triplet: BE, 8A and 6D. RGB value is (190,138,109). Sum of RGB (Red+Green+Blue) = 190+138+109=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A6D is #417592. Grayscale: #969696. Windows color (decimal): -4289939 or 7178942. OLE color: 7178942.

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

Color convert

RGB 190 138 109 -
CMYK 0 0.27 0.43 0.25
HSL 21.48º 0.38% 0.59% -
HSV(B) 21.48º 0.43% 0.75% -
XYZ 33.08 30.23 18.56 -
YUV 150.24 104.73 156.36 -
System Red Green Blue C M Y K H S L
Decimal 190 138 109 0 0.27 0.43 0.25 21.48 0.38 0.59
Hex BE 8A 6D 0 1B 2B 19 15 26 3B
Octal 276 212 155 0 33 53 31 25 46 73
Binary 10111110 10001010 1101101 0 11011 101011 11001 10101 100110 111011

Color Harmonies of #BE8A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A6D

Black with #BE8A6D

Text Example


Text Example

White with #BE8A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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