Html Css Color HEX #B3807A Brandy Rose

📋 copy color: '#B3807A'

red 179 ◦ green 128 ◦ blue 122

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

Shades of Brandy Rose #B3807A

Tints of Brandy Rose #B3807A

RGB

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

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

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

R = 41.72%
G = 29.84%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B3807A (or 0xB3807A) is known color: Brandy Rose. HEX triplet: B3, 80 and 7A. RGB value is (179,128,122). Sum of RGB (Red+Green+Blue) = 179+128+122=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B3807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3807A is #4C7F85. Grayscale: #8E8E8E. Windows color (decimal): -5013382 or 8028339. OLE color: 8028339.

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

Color convert

RGB 179 128 122 -
CMYK 0 0.28 0.32 0.30
HSL 6.32º 0.27% 0.59% -
HSV(B) 6.32º 0.32% 0.7% -
XYZ 29.82 26.43 21.94 -
YUV 142.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 179 128 122 0 0.28 0.32 0.30 6.32 0.27 0.59
Hex B3 80 7A 0 1C 20 1E 6 1B 3B
Octal 263 200 172 0 34 40 36 6 33 73
Binary 10110011 10000000 1111010 0 11100 100000 11110 110 11011 111011

Color Harmonies of #B3807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3807A

Black with #B3807A

Text Example


Text Example

White with #B3807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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