Html Css Color HEX #B3807D Brandy Rose

📋 copy color: '#B3807D'

red 179 ◦ green 128 ◦ blue 125

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

Shades of Brandy Rose #B3807D

Tints of Brandy Rose #B3807D

RGB

 RED value IS 179 (70.31% from 255) = 41.44%

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 125 (49.22% from 255) = 28.94%

R = 41.44%
G = 29.63%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3807D (or 0xB3807D) is known color: Brandy Rose. HEX triplet: B3, 80 and 7D. RGB value is (179,128,125). Sum of RGB (Red+Green+Blue) = 179+128+125=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B3807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3807D is #4C7F82. Grayscale: #8E8E8E. Windows color (decimal): -5013379 or 8224947. OLE color: 8224947.

HSL color Cylindrical-coordinate representation of color #B3807D: hue angle of 3.33º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3807D is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 128 125 -
CMYK 0 0.28 0.30 0.30
HSL 3.33º 0.26% 0.6% -
HSV(B) 3.33º 0.3% 0.7% -
XYZ 30.01 26.5 22.94 -
YUV 142.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 179 128 125 0 0.28 0.30 0.30 3.33 0.26 0.6
Hex B3 80 7D 0 1C 1E 1E 3 1A 3C
Octal 263 200 175 0 34 36 36 3 32 74
Binary 10110011 10000000 1111101 0 11100 11110 11110 11 11010 111100

Color Harmonies of #B3807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3807D

Black with #B3807D

Text Example


Text Example

White with #B3807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3807D; }

 p { color: rgb(179,128,125); }

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

background-color css

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

 a { background-color: rgb(179,128,125); }

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

border-color css

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

 span { border-color: rgb(179,128,125); }

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