Html Css Color HEX #B4922B Nugget

📋 copy color: '#B4922B'

red 180 ◦ green 146 ◦ blue 43

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

Shades of Nugget #B4922B

Tints of Nugget #B4922B

RGB

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

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

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

R = 48.78%
G = 39.57%
B = 11.65%

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

#B4922B (or 0xB4922B) is known color: Nugget. HEX triplet: B4, 92 and 2B. RGB value is (180,146,43). Sum of RGB (Red+Green+Blue) = 180+146+43=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4922B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4922B is #4B6DD4. Grayscale: #909090. Windows color (decimal): -4943317 or 2855604. OLE color: 2855604.

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

Color convert

RGB 180 146 43 -
CMYK 0 0.19 0.76 0.29
HSL 45.11º 0.61% 0.44% -
HSV(B) 45.11º 0.76% 0.71% -
XYZ 29.54 30.44 6.6 -
YUV 144.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 180 146 43 0 0.19 0.76 0.29 45.11 0.61 0.44
Hex B4 92 2B 0 13 4C 1D 2D 3D 2C
Octal 264 222 53 0 23 114 35 55 75 54
Binary 10110100 10010010 101011 0 10011 1001100 11101 101101 111101 101100

Color Harmonies of #B4922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4922B

Black with #B4922B

Text Example


Text Example

White with #B4922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4922B; }

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

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

background-color css

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

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

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

border-color css

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

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

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