Html Css Color HEX #B38378 Brandy Rose

📋 copy color: '#B38378'

red 179 ◦ green 131 ◦ blue 120

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

Shades of Brandy Rose #B38378

Tints of Brandy Rose #B38378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.91%

R = 41.63%
G = 30.47%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B38378 (or 0xB38378) is known color: Brandy Rose. HEX triplet: B3, 83 and 78. RGB value is (179,131,120). Sum of RGB (Red+Green+Blue) = 179+131+120=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B38378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38378 is #4C7C87. Grayscale: #909090. Windows color (decimal): -5012616 or 7898035. OLE color: 7898035.

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

Color convert

RGB 179 131 120 -
CMYK 0 0.27 0.33 0.30
HSL 11.19º 0.28% 0.59% -
HSV(B) 11.19º 0.33% 0.7% -
XYZ 30.1 27.17 21.43 -
YUV 144.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 179 131 120 0 0.27 0.33 0.30 11.19 0.28 0.59
Hex B3 83 78 0 1B 21 1E B 1C 3B
Octal 263 203 170 0 33 41 36 13 34 73
Binary 10110011 10000011 1111000 0 11011 100001 11110 1011 11100 111011

Color Harmonies of #B38378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38378

Black with #B38378

Text Example


Text Example

White with #B38378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38378; }

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

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

background-color css

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

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

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

border-color css

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

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

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