Html Css Color HEX #BE7B77 Brandy Rose

📋 copy color: '#BE7B77'

red 190 ◦ green 123 ◦ blue 119

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

Shades of Brandy Rose #BE7B77

Tints of Brandy Rose #BE7B77

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.47%

 BLUE value IS 119 (46.88% from 255) = 27.55%

R = 43.98%
G = 28.47%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE7B77 (or 0xBE7B77) is known color: Brandy Rose. HEX triplet: BE, 7B and 77. RGB value is (190,123,119). Sum of RGB (Red+Green+Blue) = 190+123+119=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B77 is #418488. Grayscale: #8E8E8E. Windows color (decimal): -4293769 or 7830462. OLE color: 7830462.

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

Color convert

RGB 190 123 119 -
CMYK 0 0.35 0.37 0.25
HSL 3.38º 0.35% 0.61% -
HSV(B) 3.38º 0.37% 0.75% -
XYZ 31.65 26.44 20.89 -
YUV 142.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 190 123 119 0 0.35 0.37 0.25 3.38 0.35 0.61
Hex BE 7B 77 0 23 25 19 3 23 3D
Octal 276 173 167 0 43 45 31 3 43 75
Binary 10111110 1111011 1110111 0 100011 100101 11001 11 100011 111101

Color Harmonies of #BE7B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B77

Black with #BE7B77

Text Example


Text Example

White with #BE7B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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