Html Css Color HEX #B68471 Brandy Rose

📋 copy color: '#B68471'

red 182 ◦ green 132 ◦ blue 113

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

Shades of Brandy Rose #B68471

Tints of Brandy Rose #B68471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.46%

R = 42.62%
G = 30.91%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B68471 (or 0xB68471) is known color: Brandy Rose. HEX triplet: B6, 84 and 71. RGB value is (182,132,113). Sum of RGB (Red+Green+Blue) = 182+132+113=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B68471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68471 is #497B8E. Grayscale: #909090. Windows color (decimal): -4815759 or 7439542. OLE color: 7439542.

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

Color convert

RGB 182 132 113 -
CMYK 0 0.27 0.38 0.29
HSL 16.52º 0.32% 0.58% -
HSV(B) 16.52º 0.38% 0.71% -
XYZ 30.52 27.64 19.35 -
YUV 144.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 182 132 113 0 0.27 0.38 0.29 16.52 0.32 0.58
Hex B6 84 71 0 1B 26 1D 11 20 3A
Octal 266 204 161 0 33 46 35 21 40 72
Binary 10110110 10000100 1110001 0 11011 100110 11101 10001 100000 111010

Color Harmonies of #B68471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68471

Black with #B68471

Text Example


Text Example

White with #B68471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68471; }

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

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

background-color css

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

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

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

border-color css

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

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

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