Html Css Color HEX #B4921B Buddha Gold

📋 copy color: '#B4921B'

red 180 ◦ green 146 ◦ blue 27

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

Shades of Buddha Gold #B4921B

Tints of Buddha Gold #B4921B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.36%

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

R = 50.99%
G = 41.36%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4921B (or 0xB4921B) is known color: Buddha Gold. HEX triplet: B4, 92 and 1B. RGB value is (180,146,27). Sum of RGB (Red+Green+Blue) = 180+146+27=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4921B is #4B6DE4. Grayscale: #8F8F8F. Windows color (decimal): -4943333 or 1807028. OLE color: 1807028.

HSL color Cylindrical-coordinate representation of color #B4921B: hue angle of 46.67º 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 #B4921B is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 27 -
CMYK 0 0.19 0.85 0.29
HSL 46.67º 0.74% 0.41% -
HSV(B) 46.67º 0.85% 0.71% -
XYZ 29.3 30.34 5.35 -
YUV 142.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 180 146 27 0 0.19 0.85 0.29 46.67 0.74 0.41
Hex B4 92 1B 0 13 55 1D 2F 4A 29
Octal 264 222 33 0 23 125 35 57 112 51
Binary 10110100 10010010 11011 0 10011 1010101 11101 101111 1001010 101001

Color Harmonies of #B4921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4921B

Black with #B4921B

Text Example


Text Example

White with #B4921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4921B; }

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

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

background-color css

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

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

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

border-color css

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

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

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