Html Css Color HEX #B38272 Brandy Rose

📋 copy color: '#B38272'

red 179 ◦ green 130 ◦ blue 114

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

Shades of Brandy Rose #B38272

Tints of Brandy Rose #B38272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.73%

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 42.32%
G = 30.73%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B38272 (or 0xB38272) is known color: Brandy Rose. HEX triplet: B3, 82 and 72. RGB value is (179,130,114). Sum of RGB (Red+Green+Blue) = 179+130+114=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B38272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38272 is #4C7D8D. Grayscale: #8E8E8E. Windows color (decimal): -5012878 or 7504563. OLE color: 7504563.

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

Color convert

RGB 179 130 114 -
CMYK 0 0.27 0.36 0.30
HSL 14.77º 0.3% 0.57% -
HSV(B) 14.77º 0.36% 0.7% -
XYZ 29.61 26.76 19.52 -
YUV 142.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 179 130 114 0 0.27 0.36 0.30 14.77 0.3 0.57
Hex B3 82 72 0 1B 24 1E F 1E 39
Octal 263 202 162 0 33 44 36 17 36 71
Binary 10110011 10000010 1110010 0 11011 100100 11110 1111 11110 111001

Color Harmonies of #B38272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38272

Black with #B38272

Text Example


Text Example

White with #B38272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38272; }

 p { color: rgb(179,130,114); }

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

background-color css

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

 a { background-color: rgb(179,130,114); }

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

border-color css

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

 span { border-color: rgb(179,130,114); }

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