Html Css Color HEX #B3817F Brandy Rose

📋 copy color: '#B3817F'

red 179 ◦ green 129 ◦ blue 127

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

Shades of Brandy Rose #B3817F

Tints of Brandy Rose #B3817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.66%

 BLUE value IS 127 (50% from 255) = 29.2%

R = 41.15%
G = 29.66%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3817F (or 0xB3817F) is known color: Brandy Rose. HEX triplet: B3, 81 and 7F. RGB value is (179,129,127). Sum of RGB (Red+Green+Blue) = 179+129+127=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3817F is #4C7E80. Grayscale: #8F8F8F. Windows color (decimal): -5013121 or 8356275. OLE color: 8356275.

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

Color convert

RGB 179 129 127 -
CMYK 0 0.28 0.29 0.30
HSL 2.31º 0.25% 0.6% -
HSV(B) 2.31º 0.29% 0.7% -
XYZ 30.27 26.82 23.66 -
YUV 143.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 179 129 127 0 0.28 0.29 0.30 2.31 0.25 0.6
Hex B3 81 7F 0 1C 1D 1E 2 19 3C
Octal 263 201 177 0 34 35 36 2 31 74
Binary 10110011 10000001 1111111 0 11100 11101 11110 10 11001 111100

Color Harmonies of #B3817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3817F

Black with #B3817F

Text Example


Text Example

White with #B3817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3817F; }

 p { color: rgb(179,129,127); }

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

background-color css

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

 a { background-color: rgb(179,129,127); }

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

border-color css

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

 span { border-color: rgb(179,129,127); }

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