Html Css Color HEX #B68D2B Nugget

📋 copy color: '#B68D2B'

red 182 ◦ green 141 ◦ blue 43

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

Shades of Nugget #B68D2B

Tints of Nugget #B68D2B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

 BLUE value IS 43 (17.19% from 255) = 11.75%

R = 49.73%
G = 38.52%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B68D2B (or 0xB68D2B) is known color: Nugget. HEX triplet: B6, 8D and 2B. RGB value is (182,141,43). Sum of RGB (Red+Green+Blue) = 182+141+43=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D2B is #4972D4. Grayscale: #8E8E8E. Windows color (decimal): -4813525 or 2854326. OLE color: 2854326.

HSL color Cylindrical-coordinate representation of color #B68D2B: hue angle of 42.3º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B68D2B is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 141 43 -
CMYK 0 0.23 0.76 0.29
HSL 42.3º 0.62% 0.44% -
HSV(B) 42.3º 0.76% 0.71% -
XYZ 29.25 29.17 6.37 -
YUV 142.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 182 141 43 0 0.23 0.76 0.29 42.3 0.62 0.44
Hex B6 8D 2B 0 17 4C 1D 2A 3E 2C
Octal 266 215 53 0 27 114 35 52 76 54
Binary 10110110 10001101 101011 0 10111 1001100 11101 101010 111110 101100

Color Harmonies of #B68D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D2B

Black with #B68D2B

Text Example


Text Example

White with #B68D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D2B; }

 p { color: rgb(182,141,43); }

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

background-color css

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

 a { background-color: rgb(182,141,43); }

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

border-color css

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

 span { border-color: rgb(182,141,43); }

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