Html Css Color HEX #BF8826 Nugget

📋 copy color: '#BF8826'

red 191 ◦ green 136 ◦ blue 38

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

Shades of Nugget #BF8826

Tints of Nugget #BF8826

RGB

 RED value IS 191 (75% from 255) = 52.33%

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

 BLUE value IS 38 (15.23% from 255) = 10.41%

R = 52.33%
G = 37.26%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF8826 (or 0xBF8826) is known color: Nugget. HEX triplet: BF, 88 and 26. RGB value is (191,136,38). Sum of RGB (Red+Green+Blue) = 191+136+38=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8826 is #4077D9. Grayscale: #8D8D8D. Windows color (decimal): -4224986 or 2525375. OLE color: 2525375.

HSL color Cylindrical-coordinate representation of color #BF8826: hue angle of 38.43º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF8826 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 136 38 -
CMYK 0 0.29 0.80 0.25
HSL 38.43º 0.67% 0.45% -
HSV(B) 38.43º 0.8% 0.75% -
XYZ 30.64 28.82 5.78 -
YUV 141.27 69.72 163.47 -
System Red Green Blue C M Y K H S L
Decimal 191 136 38 0 0.29 0.80 0.25 38.43 0.67 0.45
Hex BF 88 26 0 1D 50 19 26 43 2D
Octal 277 210 46 0 35 120 31 46 103 55
Binary 10111111 10001000 100110 0 11101 1010000 11001 100110 1000011 101101

Color Harmonies of #BF8826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8826

Black with #BF8826

Text Example


Text Example

White with #BF8826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8826; }

 p { color: rgb(191,136,38); }

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

background-color css

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

 a { background-color: rgb(191,136,38); }

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

border-color css

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

 span { border-color: rgb(191,136,38); }

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