Html Css Color HEX #B08378 Brandy Rose

📋 copy color: '#B08378'

red 176 ◦ green 131 ◦ blue 120

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

Shades of Brandy Rose #B08378

Tints of Brandy Rose #B08378

RGB

 RED value IS 176 (69.14% from 255) = 41.22%

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

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

R = 41.22%
G = 30.68%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B08378 (or 0xB08378) is known color: Brandy Rose. HEX triplet: B0, 83 and 78. RGB value is (176,131,120). Sum of RGB (Red+Green+Blue) = 176+131+120=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B08378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08378 is #4F7C87. Grayscale: #8F8F8F. Windows color (decimal): -5209224 or 7898032. OLE color: 7898032.

HSL color Cylindrical-coordinate representation of color #B08378: hue angle of 11.79º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B08378 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 131 120 -
CMYK 0 0.26 0.32 0.31
HSL 11.79º 0.26% 0.58% -
HSV(B) 11.79º 0.32% 0.69% -
XYZ 29.41 26.82 21.4 -
YUV 143.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 176 131 120 0 0.26 0.32 0.31 11.79 0.26 0.58
Hex B0 83 78 0 1A 20 1F C 1A 3A
Octal 260 203 170 0 32 40 37 14 32 72
Binary 10110000 10000011 1111000 0 11010 100000 11111 1100 11010 111010

Color Harmonies of #B08378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08378

Black with #B08378

Text Example


Text Example

White with #B08378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08378; }

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

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

background-color css

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

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

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

border-color css

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

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

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