Html Css Color HEX #CFBE28 Barberry

📋 copy color: '#CFBE28'

red 207 ◦ green 190 ◦ blue 40

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

Shades of Barberry #CFBE28

Tints of Barberry #CFBE28

RGB

 RED value IS 207 (81.25% from 255) = 47.37%

 GREEN value IS 190 (74.61% from 255) = 43.48%

 BLUE value IS 40 (16.02% from 255) = 9.15%

R = 47.37%
G = 43.48%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFBE28 (or 0xCFBE28) is known color: Barberry. HEX triplet: CF, BE and 28. RGB value is (207,190,40). Sum of RGB (Red+Green+Blue) = 207+190+40=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE28 is #3041D7. Grayscale: #B2B2B2. Windows color (decimal): -3162584 or 2670287. OLE color: 2670287.

HSL color Cylindrical-coordinate representation of color #CFBE28: hue angle of 53.89º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFBE28 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 40 -
CMYK 0 0.08 0.81 0.19
HSL 53.89º 0.68% 0.48% -
HSV(B) 53.89º 0.81% 0.81% -
XYZ 44.53 50.25 9.36 -
YUV 177.98 50.13 148.7 -
System Red Green Blue C M Y K H S L
Decimal 207 190 40 0 0.08 0.81 0.19 53.89 0.68 0.48
Hex CF BE 28 0 8 51 13 36 44 30
Octal 317 276 50 0 10 121 23 66 104 60
Binary 11001111 10111110 101000 0 1000 1010001 10011 110110 1000100 110000

Color Harmonies of #CFBE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE28

Black with #CFBE28

Text Example


Text Example

White with #CFBE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE28; }

 p { color: rgb(207,190,40); }

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

background-color css

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

 a { background-color: rgb(207,190,40); }

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

border-color css

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

 span { border-color: rgb(207,190,40); }

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