Html Css Color HEX #B68875 Brandy Rose

📋 copy color: '#B68875'

red 182 ◦ green 136 ◦ blue 117

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

Shades of Brandy Rose #B68875

Tints of Brandy Rose #B68875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.26%

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

R = 41.84%
G = 31.26%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B68875 (or 0xB68875) is known color: Brandy Rose. HEX triplet: B6, 88 and 75. RGB value is (182,136,117). Sum of RGB (Red+Green+Blue) = 182+136+117=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B68875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68875 is #49778A. Grayscale: #939393. Windows color (decimal): -4814731 or 7702710. OLE color: 7702710.

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

Color convert

RGB 182 136 117 -
CMYK 0 0.25 0.36 0.29
HSL 17.54º 0.31% 0.59% -
HSV(B) 17.54º 0.36% 0.71% -
XYZ 31.31 28.84 20.75 -
YUV 147.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 182 136 117 0 0.25 0.36 0.29 17.54 0.31 0.59
Hex B6 88 75 0 19 24 1D 12 1F 3B
Octal 266 210 165 0 31 44 35 22 37 73
Binary 10110110 10001000 1110101 0 11001 100100 11101 10010 11111 111011

Color Harmonies of #B68875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68875

Black with #B68875

Text Example


Text Example

White with #B68875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68875; }

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

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

background-color css

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

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

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

border-color css

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

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

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