Html Css Color HEX #BE980D Buddha Gold

📋 copy color: '#BE980D'

red 190 ◦ green 152 ◦ blue 13

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

Shades of Buddha Gold #BE980D

Tints of Buddha Gold #BE980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

 BLUE value IS 13 (5.47% from 255) = 3.66%

R = 53.52%
G = 42.82%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE980D (or 0xBE980D) is known color: Buddha Gold. HEX triplet: BE, 98 and 0D. RGB value is (190,152,13). Sum of RGB (Red+Green+Blue) = 190+152+13=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE980D is #4167F2. Grayscale: #949494. Windows color (decimal): -4286451 or 891070. OLE color: 891070.

HSL color Cylindrical-coordinate representation of color #BE980D: hue angle of 47.12º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE980D is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 152 13 -
CMYK 0 0.2 0.93 0.25
HSL 47.12º 0.87% 0.4% -
HSV(B) 47.12º 0.93% 0.75% -
XYZ 32.54 33.43 5.12 -
YUV 147.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 190 152 13 0 0.2 0.93 0.25 47.12 0.87 0.4
Hex BE 98 D 0 14 5D 19 2F 57 28
Octal 276 230 15 0 24 135 31 57 127 50
Binary 10111110 10011000 1101 0 10100 1011101 11001 101111 1010111 101000

Color Harmonies of #BE980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE980D

Black with #BE980D

Text Example


Text Example

White with #BE980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE980D; }

 p { color: rgb(190,152,13); }

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

background-color css

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

 a { background-color: rgb(190,152,13); }

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

border-color css

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

 span { border-color: rgb(190,152,13); }

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