Html Css Color HEX #B4922C Nugget

📋 copy color: '#B4922C'

red 180 ◦ green 146 ◦ blue 44

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

Shades of Nugget #B4922C

Tints of Nugget #B4922C

RGB

 RED value IS 180 (70.7% from 255) = 48.65%

 GREEN value IS 146 (57.42% from 255) = 39.46%

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 48.65%
G = 39.46%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4922C (or 0xB4922C) is known color: Nugget. HEX triplet: B4, 92 and 2C. RGB value is (180,146,44). Sum of RGB (Red+Green+Blue) = 180+146+44=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4922C is #4B6DD3. Grayscale: #909090. Windows color (decimal): -4943316 or 2921140. OLE color: 2921140.

HSL color Cylindrical-coordinate representation of color #B4922C: hue angle of 45º degrees, saturation: 0.61, 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 #B4922C is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 44 -
CMYK 0 0.19 0.76 0.29
HSL 45º 0.61% 0.44% -
HSV(B) 45º 0.76% 0.71% -
XYZ 29.56 30.44 6.7 -
YUV 144.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 180 146 44 0 0.19 0.76 0.29 45 0.61 0.44
Hex B4 92 2C 0 13 4C 1D 2D 3D 2C
Octal 264 222 54 0 23 114 35 55 75 54
Binary 10110100 10010010 101100 0 10011 1001100 11101 101101 111101 101100

Color Harmonies of #B4922C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4922C

Black with #B4922C

Text Example


Text Example

White with #B4922C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4922C; }

 p { color: rgb(180,146,44); }

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

background-color css

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

 a { background-color: rgb(180,146,44); }

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

border-color css

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

 span { border-color: rgb(180,146,44); }

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