Html Css Color HEX #BE8A2B Nugget

📋 copy color: '#BE8A2B'

red 190 ◦ green 138 ◦ blue 43

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

Shades of Nugget #BE8A2B

Tints of Nugget #BE8A2B

RGB

 RED value IS 190 (74.61% from 255) = 51.21%

 GREEN value IS 138 (54.3% from 255) = 37.2%

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

R = 51.21%
G = 37.2%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE8A2B (or 0xBE8A2B) is known color: Nugget. HEX triplet: BE, 8A and 2B. RGB value is (190,138,43). Sum of RGB (Red+Green+Blue) = 190+138+43=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8A2B is #4175D4. Grayscale: #8F8F8F. Windows color (decimal): -4290005 or 2853566. OLE color: 2853566.

HSL color Cylindrical-coordinate representation of color #BE8A2B: hue angle of 38.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE8A2B is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 138 43 -
CMYK 0 0.27 0.77 0.25
HSL 38.78º 0.63% 0.46% -
HSV(B) 38.78º 0.77% 0.75% -
XYZ 30.76 29.3 6.32 -
YUV 142.72 71.73 161.72 -
System Red Green Blue C M Y K H S L
Decimal 190 138 43 0 0.27 0.77 0.25 38.78 0.63 0.46
Hex BE 8A 2B 0 1B 4D 19 27 3F 2E
Octal 276 212 53 0 33 115 31 47 77 56
Binary 10111110 10001010 101011 0 11011 1001101 11001 100111 111111 101110

Color Harmonies of #BE8A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A2B

Black with #BE8A2B

Text Example


Text Example

White with #BE8A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A2B; }

 p { color: rgb(190,138,43); }

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

background-color css

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

 a { background-color: rgb(190,138,43); }

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

border-color css

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

 span { border-color: rgb(190,138,43); }

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