Html Css Color HEX #BE8C7A Brandy Rose

📋 copy color: '#BE8C7A'

red 190 ◦ green 140 ◦ blue 122

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

Shades of Brandy Rose #BE8C7A

Tints of Brandy Rose #BE8C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.97%

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

R = 42.04%
G = 30.97%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE8C7A (or 0xBE8C7A) is known color: Brandy Rose. HEX triplet: BE, 8C and 7A. RGB value is (190,140,122). Sum of RGB (Red+Green+Blue) = 190+140+122=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C7A is #417385. Grayscale: #999999. Windows color (decimal): -4289414 or 8031422. OLE color: 8031422.

HSL color Cylindrical-coordinate representation of color #BE8C7A: hue angle of 15.88º 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 #BE8C7A is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 140 122 -
CMYK 0 0.26 0.36 0.25
HSL 15.88º 0.34% 0.61% -
HSV(B) 15.88º 0.36% 0.75% -
XYZ 34.13 31.11 22.62 -
YUV 152.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 190 140 122 0 0.26 0.36 0.25 15.88 0.34 0.61
Hex BE 8C 7A 0 1A 24 19 10 22 3D
Octal 276 214 172 0 32 44 31 20 42 75
Binary 10111110 10001100 1111010 0 11010 100100 11001 10000 100010 111101

Color Harmonies of #BE8C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C7A

Black with #BE8C7A

Text Example


Text Example

White with #BE8C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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