Html Css Color HEX #B4961C Buddha Gold

📋 copy color: '#B4961C'

red 180 ◦ green 150 ◦ blue 28

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

Shades of Buddha Gold #B4961C

Tints of Buddha Gold #B4961C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.9%

 BLUE value IS 28 (11.33% from 255) = 7.82%

R = 50.28%
G = 41.9%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4961C (or 0xB4961C) is known color: Buddha Gold. HEX triplet: B4, 96 and 1C. RGB value is (180,150,28). Sum of RGB (Red+Green+Blue) = 180+150+28=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4961C is #4B69E3. Grayscale: #919191. Windows color (decimal): -4942308 or 1873588. OLE color: 1873588.

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

Color convert

RGB 180 150 28 -
CMYK 0 0.17 0.84 0.29
HSL 48.16º 0.73% 0.41% -
HSV(B) 48.16º 0.84% 0.71% -
XYZ 29.94 31.6 5.62 -
YUV 145.06 61.94 152.92 -
System Red Green Blue C M Y K H S L
Decimal 180 150 28 0 0.17 0.84 0.29 48.16 0.73 0.41
Hex B4 96 1C 0 11 54 1D 30 49 29
Octal 264 226 34 0 21 124 35 60 111 51
Binary 10110100 10010110 11100 0 10001 1010100 11101 110000 1001001 101001

Color Harmonies of #B4961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4961C

Black with #B4961C

Text Example


Text Example

White with #B4961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4961C; }

 p { color: rgb(180,150,28); }

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

background-color css

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

 a { background-color: rgb(180,150,28); }

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

border-color css

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

 span { border-color: rgb(180,150,28); }

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