Html Css Color HEX #B68A28 Nugget

📋 copy color: '#B68A28'

red 182 ◦ green 138 ◦ blue 40

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

Shades of Nugget #B68A28

Tints of Nugget #B68A28

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.33%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 50.56%
G = 38.33%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B68A28 (or 0xB68A28) is known color: Nugget. HEX triplet: B6, 8A and 28. RGB value is (182,138,40). Sum of RGB (Red+Green+Blue) = 182+138+40=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68A28 is #4975D7. Grayscale: #8C8C8C. Windows color (decimal): -4814296 or 2656950. OLE color: 2656950.

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

Color convert

RGB 182 138 40 -
CMYK 0 0.24 0.78 0.29
HSL 41.41º 0.64% 0.44% -
HSV(B) 41.41º 0.78% 0.71% -
XYZ 28.76 28.28 5.95 -
YUV 139.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 182 138 40 0 0.24 0.78 0.29 41.41 0.64 0.44
Hex B6 8A 28 0 18 4E 1D 29 40 2C
Octal 266 212 50 0 30 116 35 51 100 54
Binary 10110110 10001010 101000 0 11000 1001110 11101 101001 1000000 101100

Color Harmonies of #B68A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A28

Black with #B68A28

Text Example


Text Example

White with #B68A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A28; }

 p { color: rgb(182,138,40); }

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

background-color css

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

 a { background-color: rgb(182,138,40); }

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

border-color css

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

 span { border-color: rgb(182,138,40); }

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