Html Css Color HEX #BE867B Brandy Rose

📋 copy color: '#BE867B'

red 190 ◦ green 134 ◦ blue 123

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

Shades of Brandy Rose #BE867B

Tints of Brandy Rose #BE867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.98%

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

R = 42.51%
G = 29.98%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE867B (or 0xBE867B) is known color: Brandy Rose. HEX triplet: BE, 86 and 7B. RGB value is (190,134,123). Sum of RGB (Red+Green+Blue) = 190+134+123=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE867B is #417984. Grayscale: #959595. Windows color (decimal): -4290949 or 8095422. OLE color: 8095422.

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

Color convert

RGB 190 134 123 -
CMYK 0 0.29 0.35 0.25
HSL 9.85º 0.34% 0.61% -
HSV(B) 9.85º 0.35% 0.75% -
XYZ 33.34 29.43 22.66 -
YUV 149.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 190 134 123 0 0.29 0.35 0.25 9.85 0.34 0.61
Hex BE 86 7B 0 1D 23 19 A 22 3D
Octal 276 206 173 0 35 43 31 12 42 75
Binary 10111110 10000110 1111011 0 11101 100011 11001 1010 100010 111101

Color Harmonies of #BE867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE867B

Black with #BE867B

Text Example


Text Example

White with #BE867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE867B; }

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

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

background-color css

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

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

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

border-color css

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

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

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