Html Css Color HEX #BE8A72 Brandy Rose

📋 copy color: '#BE8A72'

red 190 ◦ green 138 ◦ blue 114

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

Shades of Brandy Rose #BE8A72

Tints of Brandy Rose #BE8A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 42.99%
G = 31.22%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE8A72 (or 0xBE8A72) is known color: Brandy Rose. HEX triplet: BE, 8A and 72. RGB value is (190,138,114). Sum of RGB (Red+Green+Blue) = 190+138+114=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A72 is #41758D. Grayscale: #969696. Windows color (decimal): -4289934 or 7506622. OLE color: 7506622.

HSL color Cylindrical-coordinate representation of color #BE8A72: hue angle of 18.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE8A72 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 138 114 -
CMYK 0 0.27 0.40 0.25
HSL 18.95º 0.37% 0.6% -
HSV(B) 18.95º 0.4% 0.75% -
XYZ 33.36 30.34 20.02 -
YUV 150.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 190 138 114 0 0.27 0.40 0.25 18.95 0.37 0.6
Hex BE 8A 72 0 1B 28 19 13 25 3C
Octal 276 212 162 0 33 50 31 23 45 74
Binary 10111110 10001010 1110010 0 11011 101000 11001 10011 100101 111100

Color Harmonies of #BE8A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A72

Black with #BE8A72

Text Example


Text Example

White with #BE8A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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