Html Css Color HEX #BE8A7A Brandy Rose

📋 copy color: '#BE8A7A'

red 190 ◦ green 138 ◦ blue 122

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

Shades of Brandy Rose #BE8A7A

Tints of Brandy Rose #BE8A7A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.67%

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

R = 42.22%
G = 30.67%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE8A7A (or 0xBE8A7A) is known color: Brandy Rose. HEX triplet: BE, 8A and 7A. RGB value is (190,138,122). Sum of RGB (Red+Green+Blue) = 190+138+122=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A7A is #417585. Grayscale: #979797. Windows color (decimal): -4289926 or 8030910. OLE color: 8030910.

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

Color convert

RGB 190 138 122 -
CMYK 0 0.27 0.36 0.25
HSL 14.12º 0.34% 0.61% -
HSV(B) 14.12º 0.36% 0.75% -
XYZ 33.84 30.53 22.52 -
YUV 151.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 190 138 122 0 0.27 0.36 0.25 14.12 0.34 0.61
Hex BE 8A 7A 0 1B 24 19 E 22 3D
Octal 276 212 172 0 33 44 31 16 42 75
Binary 10111110 10001010 1111010 0 11011 100100 11001 1110 100010 111101

Color Harmonies of #BE8A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A7A

Black with #BE8A7A

Text Example


Text Example

White with #BE8A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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