Html Css Color HEX #B68F27 Nugget

📋 copy color: '#B68F27'

red 182 ◦ green 143 ◦ blue 39

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

Shades of Nugget #B68F27

Tints of Nugget #B68F27

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.29%

 BLUE value IS 39 (15.63% from 255) = 10.71%

R = 50%
G = 39.29%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B68F27 (or 0xB68F27) is known color: Nugget. HEX triplet: B6, 8F and 27. RGB value is (182,143,39). Sum of RGB (Red+Green+Blue) = 182+143+39=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F27 is #4970D8. Grayscale: #8F8F8F. Windows color (decimal): -4813017 or 2592694. OLE color: 2592694.

HSL color Cylindrical-coordinate representation of color #B68F27: hue angle of 43.64º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B68F27 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 143 39 -
CMYK 0 0.21 0.79 0.29
HSL 43.64º 0.65% 0.43% -
HSV(B) 43.64º 0.79% 0.71% -
XYZ 29.48 29.74 6.11 -
YUV 142.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 182 143 39 0 0.21 0.79 0.29 43.64 0.65 0.43
Hex B6 8F 27 0 15 4F 1D 2C 41 2B
Octal 266 217 47 0 25 117 35 54 101 53
Binary 10110110 10001111 100111 0 10101 1001111 11101 101100 1000001 101011

Color Harmonies of #B68F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F27

Black with #B68F27

Text Example


Text Example

White with #B68F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F27; }

 p { color: rgb(182,143,39); }

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

background-color css

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

 a { background-color: rgb(182,143,39); }

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

border-color css

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

 span { border-color: rgb(182,143,39); }

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