Html Css Color HEX #BE971B Buddha Gold

📋 copy color: '#BE971B'

red 190 ◦ green 151 ◦ blue 27

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

Shades of Buddha Gold #BE971B

Tints of Buddha Gold #BE971B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.03%

 BLUE value IS 27 (10.94% from 255) = 7.34%

R = 51.63%
G = 41.03%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE971B (or 0xBE971B) is known color: Buddha Gold. HEX triplet: BE, 97 and 1B. RGB value is (190,151,27). Sum of RGB (Red+Green+Blue) = 190+151+27=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE971B is #4168E4. Grayscale: #959595. Windows color (decimal): -4286693 or 1808318. OLE color: 1808318.

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

Color convert

RGB 190 151 27 -
CMYK 0 0.21 0.86 0.25
HSL 45.64º 0.75% 0.43% -
HSV(B) 45.64º 0.86% 0.75% -
XYZ 32.5 33.16 5.72 -
YUV 148.53 59.42 157.58 -
System Red Green Blue C M Y K H S L
Decimal 190 151 27 0 0.21 0.86 0.25 45.64 0.75 0.43
Hex BE 97 1B 0 15 56 19 2E 4B 2B
Octal 276 227 33 0 25 126 31 56 113 53
Binary 10111110 10010111 11011 0 10101 1010110 11001 101110 1001011 101011

Color Harmonies of #BE971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE971B

Black with #BE971B

Text Example


Text Example

White with #BE971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE971B; }

 p { color: rgb(190,151,27); }

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

background-color css

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

 a { background-color: rgb(190,151,27); }

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

border-color css

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

 span { border-color: rgb(190,151,27); }

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