Html Css Color HEX #BE816E Brandy Rose

📋 copy color: '#BE816E'

red 190 ◦ green 129 ◦ blue 110

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

Shades of Brandy Rose #BE816E

Tints of Brandy Rose #BE816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.07%

 BLUE value IS 110 (43.36% from 255) = 25.64%

R = 44.29%
G = 30.07%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE816E (or 0xBE816E) is known color: Brandy Rose. HEX triplet: BE, 81 and 6E. RGB value is (190,129,110). Sum of RGB (Red+Green+Blue) = 190+129+110=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE816E is #417E91. Grayscale: #919191. Windows color (decimal): -4292242 or 7242174. OLE color: 7242174.

HSL color Cylindrical-coordinate representation of color #BE816E: hue angle of 14.25º 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 #BE816E is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 129 110 -
CMYK 0 0.32 0.42 0.25
HSL 14.25º 0.38% 0.59% -
HSV(B) 14.25º 0.42% 0.75% -
XYZ 31.9 27.77 18.43 -
YUV 145.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 190 129 110 0 0.32 0.42 0.25 14.25 0.38 0.59
Hex BE 81 6E 0 20 2A 19 E 26 3B
Octal 276 201 156 0 40 52 31 16 46 73
Binary 10111110 10000001 1101110 0 100000 101010 11001 1110 100110 111011

Color Harmonies of #BE816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE816E

Black with #BE816E

Text Example


Text Example

White with #BE816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE816E; }

 p { color: rgb(190,129,110); }

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

background-color css

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

 a { background-color: rgb(190,129,110); }

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

border-color css

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

 span { border-color: rgb(190,129,110); }

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