Html Css Color HEX #B4971A Buddha Gold

📋 copy color: '#B4971A'

red 180 ◦ green 151 ◦ blue 26

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

Shades of Buddha Gold #B4971A

Tints of Buddha Gold #B4971A

RGB

 RED value IS 180 (70.7% from 255) = 50.42%

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

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

R = 50.42%
G = 42.3%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4971A (or 0xB4971A) is known color: Buddha Gold. HEX triplet: B4, 97 and 1A. RGB value is (180,151,26). Sum of RGB (Red+Green+Blue) = 180+151+26=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4971A is #4B68E5. Grayscale: #919191. Windows color (decimal): -4942054 or 1742772. OLE color: 1742772.

HSL color Cylindrical-coordinate representation of color #B4971A: hue angle of 48.7º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4971A is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 151 26 -
CMYK 0 0.16 0.86 0.29
HSL 48.7º 0.75% 0.4% -
HSV(B) 48.7º 0.86% 0.71% -
XYZ 30.08 31.91 5.55 -
YUV 145.42 60.61 152.66 -
System Red Green Blue C M Y K H S L
Decimal 180 151 26 0 0.16 0.86 0.29 48.7 0.75 0.4
Hex B4 97 1A 0 10 56 1D 31 4B 28
Octal 264 227 32 0 20 126 35 61 113 50
Binary 10110100 10010111 11010 0 10000 1010110 11101 110001 1001011 101000

Color Harmonies of #B4971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4971A

Black with #B4971A

Text Example


Text Example

White with #B4971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4971A; }

 p { color: rgb(180,151,26); }

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

background-color css

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

 a { background-color: rgb(180,151,26); }

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

border-color css

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

 span { border-color: rgb(180,151,26); }

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