Html Css Color HEX #B68478 Brandy Rose

📋 copy color: '#B68478'

red 182 ◦ green 132 ◦ blue 120

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

Shades of Brandy Rose #B68478

Tints of Brandy Rose #B68478

RGB

 RED value IS 182 (71.48% from 255) = 41.94%

 GREEN value IS 132 (51.95% from 255) = 30.41%

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

R = 41.94%
G = 30.41%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B68478 (or 0xB68478) is known color: Brandy Rose. HEX triplet: B6, 84 and 78. RGB value is (182,132,120). Sum of RGB (Red+Green+Blue) = 182+132+120=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B68478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68478 is #497B87. Grayscale: #919191. Windows color (decimal): -4815752 or 7898294. OLE color: 7898294.

HSL color Cylindrical-coordinate representation of color #B68478: hue angle of 11.61º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B68478 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 132 120 -
CMYK 0 0.27 0.34 0.29
HSL 11.61º 0.3% 0.59% -
HSV(B) 11.61º 0.34% 0.71% -
XYZ 30.93 27.8 21.51 -
YUV 145.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 182 132 120 0 0.27 0.34 0.29 11.61 0.3 0.59
Hex B6 84 78 0 1B 22 1D C 1E 3B
Octal 266 204 170 0 33 42 35 14 36 73
Binary 10110110 10000100 1111000 0 11011 100010 11101 1100 11110 111011

Color Harmonies of #B68478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68478

Black with #B68478

Text Example


Text Example

White with #B68478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68478; }

 p { color: rgb(182,132,120); }

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

background-color css

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

 a { background-color: rgb(182,132,120); }

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

border-color css

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

 span { border-color: rgb(182,132,120); }

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