Html Css Color HEX #B08823 Nugget

📋 copy color: '#B08823'

red 176 ◦ green 136 ◦ blue 35

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

Shades of Nugget #B08823

Tints of Nugget #B08823

RGB

 RED value IS 176 (69.14% from 255) = 50.72%

 GREEN value IS 136 (53.52% from 255) = 39.19%

 BLUE value IS 35 (14.06% from 255) = 10.09%

R = 50.72%
G = 39.19%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B08823 (or 0xB08823) is known color: Nugget. HEX triplet: B0, 88 and 23. RGB value is (176,136,35). Sum of RGB (Red+Green+Blue) = 176+136+35=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B08823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08823 is #4F77DC. Grayscale: #888888. Windows color (decimal): -5208029 or 2328752. OLE color: 2328752.

HSL color Cylindrical-coordinate representation of color #B08823: hue angle of 42.98º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B08823 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 35 -
CMYK 0 0.23 0.80 0.31
HSL 42.98º 0.67% 0.41% -
HSV(B) 42.98º 0.8% 0.69% -
XYZ 27.01 26.96 5.37 -
YUV 136.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 176 136 35 0 0.23 0.80 0.31 42.98 0.67 0.41
Hex B0 88 23 0 17 50 1F 2B 43 29
Octal 260 210 43 0 27 120 37 53 103 51
Binary 10110000 10001000 100011 0 10111 1010000 11111 101011 1000011 101001

Color Harmonies of #B08823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08823

Black with #B08823

Text Example


Text Example

White with #B08823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08823; }

 p { color: rgb(176,136,35); }

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

background-color css

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

 a { background-color: rgb(176,136,35); }

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

border-color css

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

 span { border-color: rgb(176,136,35); }

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