Html Css Color HEX #B68371 Brandy Rose

📋 copy color: '#B68371'

red 182 ◦ green 131 ◦ blue 113

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

Shades of Brandy Rose #B68371

Tints of Brandy Rose #B68371

RGB

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

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

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

R = 42.72%
G = 30.75%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B68371 (or 0xB68371) is known color: Brandy Rose. HEX triplet: B6, 83 and 71. RGB value is (182,131,113). Sum of RGB (Red+Green+Blue) = 182+131+113=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B68371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68371 is #497C8E. Grayscale: #909090. Windows color (decimal): -4816015 or 7439286. OLE color: 7439286.

HSL color Cylindrical-coordinate representation of color #B68371: hue angle of 15.65º 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 #B68371 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 131 113 -
CMYK 0 0.28 0.38 0.29
HSL 15.65º 0.32% 0.58% -
HSV(B) 15.65º 0.38% 0.71% -
XYZ 30.39 27.37 19.3 -
YUV 144.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 182 131 113 0 0.28 0.38 0.29 15.65 0.32 0.58
Hex B6 83 71 0 1C 26 1D 10 20 3A
Octal 266 203 161 0 34 46 35 20 40 72
Binary 10110110 10000011 1110001 0 11100 100110 11101 10000 100000 111010

Color Harmonies of #B68371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68371

Black with #B68371

Text Example


Text Example

White with #B68371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68371; }

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

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

background-color css

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

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

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

border-color css

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

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

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