Html Css Color HEX #BE7F6D Brandy Rose

📋 copy color: '#BE7F6D'

red 190 ◦ green 127 ◦ blue 109

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

Shades of Brandy Rose #BE7F6D

Tints of Brandy Rose #BE7F6D

RGB

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

 GREEN value IS 127 (50% from 255) = 29.81%

 BLUE value IS 109 (42.97% from 255) = 25.59%

R = 44.6%
G = 29.81%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE7F6D (or 0xBE7F6D) is known color: Brandy Rose. HEX triplet: BE, 7F and 6D. RGB value is (190,127,109). Sum of RGB (Red+Green+Blue) = 190+127+109=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F6D is #418092. Grayscale: #8F8F8F. Windows color (decimal): -4292755 or 7176126. OLE color: 7176126.

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

Color convert

RGB 190 127 109 -
CMYK 0 0.33 0.43 0.25
HSL 13.33º 0.38% 0.59% -
HSV(B) 13.33º 0.43% 0.75% -
XYZ 31.58 27.23 18.06 -
YUV 143.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 190 127 109 0 0.33 0.43 0.25 13.33 0.38 0.59
Hex BE 7F 6D 0 21 2B 19 D 26 3B
Octal 276 177 155 0 41 53 31 15 46 73
Binary 10111110 1111111 1101101 0 100001 101011 11001 1101 100110 111011

Color Harmonies of #BE7F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F6D

Black with #BE7F6D

Text Example


Text Example

White with #BE7F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F6D; }

 p { color: rgb(190,127,109); }

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

background-color css

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

 a { background-color: rgb(190,127,109); }

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

border-color css

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

 span { border-color: rgb(190,127,109); }

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