Html Css Color HEX #B68F25 Nugget

📋 copy color: '#B68F25'

red 182 ◦ green 143 ◦ blue 37

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

Shades of Nugget #B68F25

Tints of Nugget #B68F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.22%

R = 50.28%
G = 39.5%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B68F25 (or 0xB68F25) is known color: Nugget. HEX triplet: B6, 8F and 25. RGB value is (182,143,37). Sum of RGB (Red+Green+Blue) = 182+143+37=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F25 is #4970DA. Grayscale: #8F8F8F. Windows color (decimal): -4813019 or 2461622. OLE color: 2461622.

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

Color convert

RGB 182 143 37 -
CMYK 0 0.21 0.80 0.29
HSL 43.86º 0.66% 0.43% -
HSV(B) 43.86º 0.8% 0.71% -
XYZ 29.45 29.72 5.94 -
YUV 142.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 182 143 37 0 0.21 0.80 0.29 43.86 0.66 0.43
Hex B6 8F 25 0 15 50 1D 2C 42 2B
Octal 266 217 45 0 25 120 35 54 102 53
Binary 10110110 10001111 100101 0 10101 1010000 11101 101100 1000010 101011

Color Harmonies of #B68F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F25

Black with #B68F25

Text Example


Text Example

White with #B68F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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