Html Css Color HEX #BE7F6C Brandy Rose

📋 copy color: '#BE7F6C'

red 190 ◦ green 127 ◦ blue 108

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

Shades of Brandy Rose #BE7F6C

Tints of Brandy Rose #BE7F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.41%

R = 44.71%
G = 29.88%
B = 25.41%

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

#BE7F6C (or 0xBE7F6C) is known color: Brandy Rose. HEX triplet: BE, 7F and 6C. RGB value is (190,127,108). Sum of RGB (Red+Green+Blue) = 190+127+108=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F6C is #418093. Grayscale: #8F8F8F. Windows color (decimal): -4292756 or 7110590. OLE color: 7110590.

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

Color convert

RGB 190 127 108 -
CMYK 0 0.33 0.43 0.25
HSL 13.9º 0.39% 0.58% -
HSV(B) 13.9º 0.43% 0.75% -
XYZ 31.53 27.21 17.78 -
YUV 143.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 190 127 108 0 0.33 0.43 0.25 13.9 0.39 0.58
Hex BE 7F 6C 0 21 2B 19 E 27 3A
Octal 276 177 154 0 41 53 31 16 47 72
Binary 10111110 1111111 1101100 0 100001 101011 11001 1110 100111 111010

Color Harmonies of #BE7F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F6C

Black with #BE7F6C

Text Example


Text Example

White with #BE7F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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