Html Css Color HEX #BE7B75 Brandy Rose

📋 copy color: '#BE7B75'

red 190 ◦ green 123 ◦ blue 117

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

Shades of Brandy Rose #BE7B75

Tints of Brandy Rose #BE7B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.21%

R = 44.19%
G = 28.6%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE7B75 (or 0xBE7B75) is known color: Brandy Rose. HEX triplet: BE, 7B and 75. RGB value is (190,123,117). Sum of RGB (Red+Green+Blue) = 190+123+117=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B75 is #41848A. Grayscale: #8E8E8E. Windows color (decimal): -4293771 or 7699390. OLE color: 7699390.

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

Color convert

RGB 190 123 117 -
CMYK 0 0.35 0.38 0.25
HSL 4.93º 0.36% 0.6% -
HSV(B) 4.93º 0.38% 0.75% -
XYZ 31.53 26.4 20.26 -
YUV 142.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 190 123 117 0 0.35 0.38 0.25 4.93 0.36 0.6
Hex BE 7B 75 0 23 26 19 5 24 3C
Octal 276 173 165 0 43 46 31 5 44 74
Binary 10111110 1111011 1110101 0 100011 100110 11001 101 100100 111100

Color Harmonies of #BE7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B75

Black with #BE7B75

Text Example


Text Example

White with #BE7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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