Html Css Color HEX #BE877A Brandy Rose

📋 copy color: '#BE877A'

red 190 ◦ green 135 ◦ blue 122

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

Shades of Brandy Rose #BE877A

Tints of Brandy Rose #BE877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.2%

 BLUE value IS 122 (48.05% from 255) = 27.29%

R = 42.51%
G = 30.2%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE877A (or 0xBE877A) is known color: Brandy Rose. HEX triplet: BE, 87 and 7A. RGB value is (190,135,122). Sum of RGB (Red+Green+Blue) = 190+135+122=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE877A is #417885. Grayscale: #969696. Windows color (decimal): -4290694 or 8030142. OLE color: 8030142.

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

Color convert

RGB 190 135 122 -
CMYK 0 0.29 0.36 0.25
HSL 11.47º 0.34% 0.61% -
HSV(B) 11.47º 0.36% 0.75% -
XYZ 33.41 29.68 22.38 -
YUV 149.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 190 135 122 0 0.29 0.36 0.25 11.47 0.34 0.61
Hex BE 87 7A 0 1D 24 19 B 22 3D
Octal 276 207 172 0 35 44 31 13 42 75
Binary 10111110 10000111 1111010 0 11101 100100 11001 1011 100010 111101

Color Harmonies of #BE877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE877A

Black with #BE877A

Text Example


Text Example

White with #BE877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE877A; }

 p { color: rgb(190,135,122); }

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

background-color css

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

 a { background-color: rgb(190,135,122); }

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

border-color css

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

 span { border-color: rgb(190,135,122); }

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