Html Css Color HEX #BE806C Brandy Rose

📋 copy color: '#BE806C'

red 190 ◦ green 128 ◦ blue 108

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

Shades of Brandy Rose #BE806C

Tints of Brandy Rose #BE806C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.05%

 BLUE value IS 108 (42.58% from 255) = 25.35%

R = 44.6%
G = 30.05%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE806C (or 0xBE806C) is known color: Brandy Rose. HEX triplet: BE, 80 and 6C. RGB value is (190,128,108). Sum of RGB (Red+Green+Blue) = 190+128+108=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE806C is #417F93. Grayscale: #909090. Windows color (decimal): -4292500 or 7110846. OLE color: 7110846.

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

Color convert

RGB 190 128 108 -
CMYK 0 0.33 0.43 0.25
HSL 14.63º 0.39% 0.58% -
HSV(B) 14.63º 0.43% 0.75% -
XYZ 31.66 27.47 17.82 -
YUV 144.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 190 128 108 0 0.33 0.43 0.25 14.63 0.39 0.58
Hex BE 80 6C 0 21 2B 19 F 27 3A
Octal 276 200 154 0 41 53 31 17 47 72
Binary 10111110 10000000 1101100 0 100001 101011 11001 1111 100111 111010

Color Harmonies of #BE806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE806C

Black with #BE806C

Text Example


Text Example

White with #BE806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE806C; }

 p { color: rgb(190,128,108); }

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

background-color css

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

 a { background-color: rgb(190,128,108); }

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

border-color css

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

 span { border-color: rgb(190,128,108); }

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