Html Css Color HEX #B68674 Brandy Rose

📋 copy color: '#B68674'

red 182 ◦ green 134 ◦ blue 116

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

Shades of Brandy Rose #B68674

Tints of Brandy Rose #B68674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.85%

R = 42.13%
G = 31.02%
B = 26.85%

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

#B68674 (or 0xB68674) is known color: Brandy Rose. HEX triplet: B6, 86 and 74. RGB value is (182,134,116). Sum of RGB (Red+Green+Blue) = 182+134+116=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B68674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68674 is #49798B. Grayscale: #929292. Windows color (decimal): -4815244 or 7636662. OLE color: 7636662.

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

Color convert

RGB 182 134 116 -
CMYK 0 0.26 0.36 0.29
HSL 16.36º 0.31% 0.58% -
HSV(B) 16.36º 0.36% 0.71% -
XYZ 30.97 28.26 20.34 -
YUV 146.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 182 134 116 0 0.26 0.36 0.29 16.36 0.31 0.58
Hex B6 86 74 0 1A 24 1D 10 1F 3A
Octal 266 206 164 0 32 44 35 20 37 72
Binary 10110110 10000110 1110100 0 11010 100100 11101 10000 11111 111010

Color Harmonies of #B68674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68674

Black with #B68674

Text Example


Text Example

White with #B68674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68674; }

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

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

background-color css

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

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

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

border-color css

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

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

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