Html Css Color HEX #B68175 Brandy Rose

📋 copy color: '#B68175'

red 182 ◦ green 129 ◦ blue 117

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

Shades of Brandy Rose #B68175

Tints of Brandy Rose #B68175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.14%

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

R = 42.52%
G = 30.14%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B68175 (or 0xB68175) is known color: Brandy Rose. HEX triplet: B6, 81 and 75. RGB value is (182,129,117). Sum of RGB (Red+Green+Blue) = 182+129+117=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B68175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68175 is #497E8A. Grayscale: #8F8F8F. Windows color (decimal): -4816523 or 7700918. OLE color: 7700918.

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

Color convert

RGB 182 129 117 -
CMYK 0 0.29 0.36 0.29
HSL 11.08º 0.31% 0.59% -
HSV(B) 11.08º 0.36% 0.71% -
XYZ 30.35 26.93 20.43 -
YUV 143.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 182 129 117 0 0.29 0.36 0.29 11.08 0.31 0.59
Hex B6 81 75 0 1D 24 1D B 1F 3B
Octal 266 201 165 0 35 44 35 13 37 73
Binary 10110110 10000001 1110101 0 11101 100100 11101 1011 11111 111011

Color Harmonies of #B68175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68175

Black with #B68175

Text Example


Text Example

White with #B68175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68175; }

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

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

background-color css

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

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

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

border-color css

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

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

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