Html Css Color HEX #BE7B7A Brandy Rose

📋 copy color: '#BE7B7A'

red 190 ◦ green 123 ◦ blue 122

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

Shades of Brandy Rose #BE7B7A

Tints of Brandy Rose #BE7B7A

RGB

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

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

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

R = 43.68%
G = 28.28%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE7B7A (or 0xBE7B7A) is known color: Brandy Rose. HEX triplet: BE, 7B and 7A. RGB value is (190,123,122). Sum of RGB (Red+Green+Blue) = 190+123+122=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B7A is #418485. Grayscale: #8E8E8E. Windows color (decimal): -4293766 or 8027070. OLE color: 8027070.

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

Color convert

RGB 190 123 122 -
CMYK 0 0.35 0.36 0.25
HSL 0.88º 0.34% 0.61% -
HSV(B) 0.88º 0.36% 0.75% -
XYZ 31.83 26.52 21.85 -
YUV 142.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 190 123 122 0 0.35 0.36 0.25 0.88 0.34 0.61
Hex BE 7B 7A 0 23 24 19 1 22 3D
Octal 276 173 172 0 43 44 31 1 42 75
Binary 10111110 1111011 1111010 0 100011 100100 11001 1 100010 111101

Color Harmonies of #BE7B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B7A

Black with #BE7B7A

Text Example


Text Example

White with #BE7B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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