Html Css Color HEX #BE9B1A Buddha Gold

📋 copy color: '#BE9B1A'

red 190 ◦ green 155 ◦ blue 26

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

Shades of Buddha Gold #BE9B1A

Tints of Buddha Gold #BE9B1A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.78%

 BLUE value IS 26 (10.55% from 255) = 7.01%

R = 51.21%
G = 41.78%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE9B1A (or 0xBE9B1A) is known color: Buddha Gold. HEX triplet: BE, 9B and 1A. RGB value is (190,155,26). Sum of RGB (Red+Green+Blue) = 190+155+26=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9B1A is #4164E5. Grayscale: #979797. Windows color (decimal): -4285670 or 1743806. OLE color: 1743806.

HSL color Cylindrical-coordinate representation of color #BE9B1A: hue angle of 47.2º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE9B1A is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 155 26 -
CMYK 0 0.18 0.86 0.25
HSL 47.2º 0.76% 0.42% -
HSV(B) 47.2º 0.86% 0.75% -
XYZ 33.14 34.46 5.88 -
YUV 150.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 190 155 26 0 0.18 0.86 0.25 47.2 0.76 0.42
Hex BE 9B 1A 0 12 56 19 2F 4C 2A
Octal 276 233 32 0 22 126 31 57 114 52
Binary 10111110 10011011 11010 0 10010 1010110 11001 101111 1001100 101010

Color Harmonies of #BE9B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9B1A

Black with #BE9B1A

Text Example


Text Example

White with #BE9B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9B1A; }

 p { color: rgb(190,155,26); }

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

background-color css

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

 a { background-color: rgb(190,155,26); }

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

border-color css

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

 span { border-color: rgb(190,155,26); }

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