Html Css Color HEX #B4971B Buddha Gold

📋 copy color: '#B4971B'

red 180 ◦ green 151 ◦ blue 27

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

Shades of Buddha Gold #B4971B

Tints of Buddha Gold #B4971B

RGB

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

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

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

R = 50.28%
G = 42.18%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4971B (or 0xB4971B) is known color: Buddha Gold. HEX triplet: B4, 97 and 1B. RGB value is (180,151,27). Sum of RGB (Red+Green+Blue) = 180+151+27=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4971B is #4B68E4. Grayscale: #929292. Windows color (decimal): -4942053 or 1808308. OLE color: 1808308.

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

Color convert

RGB 180 151 27 -
CMYK 0 0.16 0.85 0.29
HSL 48.63º 0.74% 0.41% -
HSV(B) 48.63º 0.85% 0.71% -
XYZ 30.09 31.92 5.61 -
YUV 145.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 180 151 27 0 0.16 0.85 0.29 48.63 0.74 0.41
Hex B4 97 1B 0 10 55 1D 31 4A 29
Octal 264 227 33 0 20 125 35 61 112 51
Binary 10110100 10010111 11011 0 10000 1010101 11101 110001 1001010 101001

Color Harmonies of #B4971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4971B

Black with #B4971B

Text Example


Text Example

White with #B4971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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