Html Css Color HEX #BE7B7B Brandy Rose

📋 copy color: '#BE7B7B'

red 190 ◦ green 123 ◦ blue 123

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

Shades of Brandy Rose #BE7B7B

Tints of Brandy Rose #BE7B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.21%

R = 43.58%
G = 28.21%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE7B7B (or 0xBE7B7B) is known color: Brandy Rose. HEX triplet: BE, 7B and 7B. RGB value is (190,123,123). Sum of RGB (Red+Green+Blue) = 190+123+123=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B7B is #418484. Grayscale: #8F8F8F. Windows color (decimal): -4293765 or 8092606. OLE color: 8092606.

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

Color convert

RGB 190 123 123 -
CMYK 0 0.35 0.35 0.25
HSL 0.34% 0.61% -
HSV(B) 0.35% 0.75% -
XYZ 31.89 26.54 22.18 -
YUV 143.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 190 123 123 0 0.35 0.35 0.25 0 0.34 0.61
Hex BE 7B 7B 0 23 23 19 0 22 3D
Octal 276 173 173 0 43 43 31 0 42 75
Binary 10111110 1111011 1111011 0 100011 100011 11001 0 100010 111101

Color Harmonies of #BE7B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B7B

Black with #BE7B7B

Text Example


Text Example

White with #BE7B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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