Html Css Color HEX #B68475 Brandy Rose

📋 copy color: '#B68475'

red 182 ◦ green 132 ◦ blue 117

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

Shades of Brandy Rose #B68475

Tints of Brandy Rose #B68475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 42.23%
G = 30.63%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B68475 (or 0xB68475) is known color: Brandy Rose. HEX triplet: B6, 84 and 75. RGB value is (182,132,117). Sum of RGB (Red+Green+Blue) = 182+132+117=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B68475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68475 is #497B8A. Grayscale: #919191. Windows color (decimal): -4815755 or 7701686. OLE color: 7701686.

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

Color convert

RGB 182 132 117 -
CMYK 0 0.27 0.36 0.29
HSL 13.85º 0.31% 0.59% -
HSV(B) 13.85º 0.36% 0.71% -
XYZ 30.75 27.73 20.56 -
YUV 145.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 182 132 117 0 0.27 0.36 0.29 13.85 0.31 0.59
Hex B6 84 75 0 1B 24 1D E 1F 3B
Octal 266 204 165 0 33 44 35 16 37 73
Binary 10110110 10000100 1110101 0 11011 100100 11101 1110 11111 111011

Color Harmonies of #B68475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68475

Black with #B68475

Text Example


Text Example

White with #B68475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68475; }

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

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

background-color css

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

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

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

border-color css

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

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

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