Html Css Color HEX #BE7B74 Brandy Rose

📋 copy color: '#BE7B74'

red 190 ◦ green 123 ◦ blue 116

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

Shades of Brandy Rose #BE7B74

Tints of Brandy Rose #BE7B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.04%

R = 44.29%
G = 28.67%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE7B74 (or 0xBE7B74) is known color: Brandy Rose. HEX triplet: BE, 7B and 74. RGB value is (190,123,116). Sum of RGB (Red+Green+Blue) = 190+123+116=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B74 is #41848B. Grayscale: #8E8E8E. Windows color (decimal): -4293772 or 7633854. OLE color: 7633854.

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

Color convert

RGB 190 123 116 -
CMYK 0 0.35 0.39 0.25
HSL 5.68º 0.36% 0.6% -
HSV(B) 5.68º 0.39% 0.75% -
XYZ 31.47 26.37 19.96 -
YUV 142.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 190 123 116 0 0.35 0.39 0.25 5.68 0.36 0.6
Hex BE 7B 74 0 23 27 19 6 24 3C
Octal 276 173 164 0 43 47 31 6 44 74
Binary 10111110 1111011 1110100 0 100011 100111 11001 110 100100 111100

Color Harmonies of #BE7B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B74

Black with #BE7B74

Text Example


Text Example

White with #BE7B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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