Html Css Color HEX #BD851E Nugget

📋 copy color: '#BD851E'

red 189 ◦ green 133 ◦ blue 30

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

Shades of Nugget #BD851E

Tints of Nugget #BD851E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.78%

 BLUE value IS 30 (12.11% from 255) = 8.52%

R = 53.69%
G = 37.78%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD851E (or 0xBD851E) is known color: Nugget. HEX triplet: BD, 85 and 1E. RGB value is (189,133,30). Sum of RGB (Red+Green+Blue) = 189+133+30=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD851E is #427AE1. Grayscale: #8A8A8A. Windows color (decimal): -4356834 or 2000317. OLE color: 2000317.

HSL color Cylindrical-coordinate representation of color #BD851E: hue angle of 38.87º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD851E is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 133 30 -
CMYK 0 0.30 0.84 0.26
HSL 38.87º 0.73% 0.43% -
HSV(B) 38.87º 0.84% 0.74% -
XYZ 29.61 27.69 5.01 -
YUV 138 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 189 133 30 0 0.30 0.84 0.26 38.87 0.73 0.43
Hex BD 85 1E 0 1E 54 1A 27 49 2B
Octal 275 205 36 0 36 124 32 47 111 53
Binary 10111101 10000101 11110 0 11110 1010100 11010 100111 1001001 101011

Color Harmonies of #BD851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD851E

Black with #BD851E

Text Example


Text Example

White with #BD851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD851E; }

 p { color: rgb(189,133,30); }

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

background-color css

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

 a { background-color: rgb(189,133,30); }

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

border-color css

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

 span { border-color: rgb(189,133,30); }

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