Html Css Color HEX #BE817B Brandy Rose

📋 copy color: '#BE817B'

red 190 ◦ green 129 ◦ blue 123

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

Shades of Brandy Rose #BE817B

Tints of Brandy Rose #BE817B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.83%

R = 42.99%
G = 29.19%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE817B (or 0xBE817B) is known color: Brandy Rose. HEX triplet: BE, 81 and 7B. RGB value is (190,129,123). Sum of RGB (Red+Green+Blue) = 190+129+123=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE817B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE817B is #417E84. Grayscale: #929292. Windows color (decimal): -4292229 or 8094142. OLE color: 8094142.

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

Color convert

RGB 190 129 123 -
CMYK 0 0.32 0.35 0.25
HSL 5.37º 0.34% 0.61% -
HSV(B) 5.37º 0.35% 0.75% -
XYZ 32.66 28.08 22.44 -
YUV 146.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 190 129 123 0 0.32 0.35 0.25 5.37 0.34 0.61
Hex BE 81 7B 0 20 23 19 5 22 3D
Octal 276 201 173 0 40 43 31 5 42 75
Binary 10111110 10000001 1111011 0 100000 100011 11001 101 100010 111101

Color Harmonies of #BE817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE817B

Black with #BE817B

Text Example


Text Example

White with #BE817B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE817B; }

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

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

background-color css

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

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

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

border-color css

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

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

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