Html Css Color HEX #BD8622 Nugget

📋 copy color: '#BD8622'

red 189 ◦ green 134 ◦ blue 34

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

Shades of Nugget #BD8622

Tints of Nugget #BD8622

RGB

 RED value IS 189 (74.22% from 255) = 52.94%

 GREEN value IS 134 (52.73% from 255) = 37.54%

 BLUE value IS 34 (13.67% from 255) = 9.52%

R = 52.94%
G = 37.54%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD8622 (or 0xBD8622) is known color: Nugget. HEX triplet: BD, 86 and 22. RGB value is (189,134,34). Sum of RGB (Red+Green+Blue) = 189+134+34=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8622 is #4279DD. Grayscale: #8B8B8B. Windows color (decimal): -4356574 or 2262717. OLE color: 2262717.

HSL color Cylindrical-coordinate representation of color #BD8622: hue angle of 38.71º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD8622 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 134 34 -
CMYK 0 0.29 0.82 0.26
HSL 38.71º 0.7% 0.44% -
HSV(B) 38.71º 0.82% 0.74% -
XYZ 29.8 27.98 5.34 -
YUV 139.05 68.72 163.63 -
System Red Green Blue C M Y K H S L
Decimal 189 134 34 0 0.29 0.82 0.26 38.71 0.7 0.44
Hex BD 86 22 0 1D 52 1A 27 46 2C
Octal 275 206 42 0 35 122 32 47 106 54
Binary 10111101 10000110 100010 0 11101 1010010 11010 100111 1000110 101100

Color Harmonies of #BD8622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8622

Black with #BD8622

Text Example


Text Example

White with #BD8622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8622; }

 p { color: rgb(189,134,34); }

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

background-color css

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

 a { background-color: rgb(189,134,34); }

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

border-color css

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

 span { border-color: rgb(189,134,34); }

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