Html Css Color HEX #B38672 Brandy Rose

📋 copy color: '#B38672'

red 179 ◦ green 134 ◦ blue 114

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

Shades of Brandy Rose #B38672

Tints of Brandy Rose #B38672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.38%

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

R = 41.92%
G = 31.38%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B38672 (or 0xB38672) is known color: Brandy Rose. HEX triplet: B3, 86 and 72. RGB value is (179,134,114). Sum of RGB (Red+Green+Blue) = 179+134+114=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B38672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38672 is #4C798D. Grayscale: #919191. Windows color (decimal): -5011854 or 7505587. OLE color: 7505587.

HSL color Cylindrical-coordinate representation of color #B38672: hue angle of 18.46º 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 #B38672 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 134 114 -
CMYK 0 0.25 0.36 0.30
HSL 18.46º 0.3% 0.57% -
HSV(B) 18.46º 0.36% 0.7% -
XYZ 30.15 27.85 19.71 -
YUV 145.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 179 134 114 0 0.25 0.36 0.30 18.46 0.3 0.57
Hex B3 86 72 0 19 24 1E 12 1E 39
Octal 263 206 162 0 31 44 36 22 36 71
Binary 10110011 10000110 1110010 0 11001 100100 11110 10010 11110 111001

Color Harmonies of #B38672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38672

Black with #B38672

Text Example


Text Example

White with #B38672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38672; }

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

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

background-color css

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

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

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

border-color css

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

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

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