Html Css Color HEX #B68771 Brandy Rose

📋 copy color: '#B68771'

red 182 ◦ green 135 ◦ blue 113

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

Shades of Brandy Rose #B68771

Tints of Brandy Rose #B68771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.4%

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

R = 42.33%
G = 31.4%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B68771 (or 0xB68771) is known color: Brandy Rose. HEX triplet: B6, 87 and 71. RGB value is (182,135,113). Sum of RGB (Red+Green+Blue) = 182+135+113=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B68771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68771 is #49788E. Grayscale: #929292. Windows color (decimal): -4814991 or 7440310. OLE color: 7440310.

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

Color convert

RGB 182 135 113 -
CMYK 0 0.26 0.38 0.29
HSL 19.13º 0.32% 0.58% -
HSV(B) 19.13º 0.38% 0.71% -
XYZ 30.94 28.47 19.49 -
YUV 146.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 182 135 113 0 0.26 0.38 0.29 19.13 0.32 0.58
Hex B6 87 71 0 1A 26 1D 13 20 3A
Octal 266 207 161 0 32 46 35 23 40 72
Binary 10110110 10000111 1110001 0 11010 100110 11101 10011 100000 111010

Color Harmonies of #B68771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68771

Black with #B68771

Text Example


Text Example

White with #B68771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68771; }

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

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

background-color css

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

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

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

border-color css

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

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

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