Html Css Color HEX #B38372 Brandy Rose

📋 copy color: '#B38372'

red 179 ◦ green 131 ◦ blue 114

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

Shades of Brandy Rose #B38372

Tints of Brandy Rose #B38372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.9%

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

R = 42.22%
G = 30.9%
B = 26.89%

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

#B38372 (or 0xB38372) is known color: Brandy Rose. HEX triplet: B3, 83 and 72. RGB value is (179,131,114). Sum of RGB (Red+Green+Blue) = 179+131+114=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B38372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38372 is #4C7C8D. Grayscale: #8F8F8F. Windows color (decimal): -5012622 or 7504819. OLE color: 7504819.

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

Color convert

RGB 179 131 114 -
CMYK 0 0.27 0.36 0.30
HSL 15.69º 0.3% 0.57% -
HSV(B) 15.69º 0.36% 0.7% -
XYZ 29.74 27.03 19.57 -
YUV 143.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 179 131 114 0 0.27 0.36 0.30 15.69 0.3 0.57
Hex B3 83 72 0 1B 24 1E 10 1E 39
Octal 263 203 162 0 33 44 36 20 36 71
Binary 10110011 10000011 1110010 0 11011 100100 11110 10000 11110 111001

Color Harmonies of #B38372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38372

Black with #B38372

Text Example


Text Example

White with #B38372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38372; }

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

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

background-color css

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

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

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

border-color css

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

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

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