Html Css Color HEX #B68675 Brandy Rose

📋 copy color: '#B68675'

red 182 ◦ green 134 ◦ blue 117

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

Shades of Brandy Rose #B68675

Tints of Brandy Rose #B68675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.95%

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

R = 42.03%
G = 30.95%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B68675 (or 0xB68675) is known color: Brandy Rose. HEX triplet: B6, 86 and 75. RGB value is (182,134,117). Sum of RGB (Red+Green+Blue) = 182+134+117=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B68675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68675 is #49798A. Grayscale: #929292. Windows color (decimal): -4815243 or 7702198. OLE color: 7702198.

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

Color convert

RGB 182 134 117 -
CMYK 0 0.26 0.36 0.29
HSL 15.69º 0.31% 0.59% -
HSV(B) 15.69º 0.36% 0.71% -
XYZ 31.03 28.28 20.65 -
YUV 146.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 182 134 117 0 0.26 0.36 0.29 15.69 0.31 0.59
Hex B6 86 75 0 1A 24 1D 10 1F 3B
Octal 266 206 165 0 32 44 35 20 37 73
Binary 10110110 10000110 1110101 0 11010 100100 11101 10000 11111 111011

Color Harmonies of #B68675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68675

Black with #B68675

Text Example


Text Example

White with #B68675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68675; }

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

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

background-color css

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

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

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

border-color css

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

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

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