Html Css Color HEX #BE7D72 Brandy Rose

📋 copy color: '#BE7D72'

red 190 ◦ green 125 ◦ blue 114

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

Shades of Brandy Rose #BE7D72

Tints of Brandy Rose #BE7D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 44.29%
G = 29.14%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE7D72 (or 0xBE7D72) is known color: Brandy Rose. HEX triplet: BE, 7D and 72. RGB value is (190,125,114). Sum of RGB (Red+Green+Blue) = 190+125+114=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D72 is #41828D. Grayscale: #8F8F8F. Windows color (decimal): -4293262 or 7503294. OLE color: 7503294.

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

Color convert

RGB 190 125 114 -
CMYK 0 0.34 0.40 0.25
HSL 8.68º 0.37% 0.6% -
HSV(B) 8.68º 0.4% 0.75% -
XYZ 31.61 26.83 19.43 -
YUV 143.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 190 125 114 0 0.34 0.40 0.25 8.68 0.37 0.6
Hex BE 7D 72 0 22 28 19 9 25 3C
Octal 276 175 162 0 42 50 31 11 45 74
Binary 10111110 1111101 1110010 0 100010 101000 11001 1001 100101 111100

Color Harmonies of #BE7D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D72

Black with #BE7D72

Text Example


Text Example

White with #BE7D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D72; }

 p { color: rgb(190,125,114); }

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

background-color css

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

 a { background-color: rgb(190,125,114); }

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

border-color css

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

 span { border-color: rgb(190,125,114); }

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